BrowscapTest\Filter\StandardFilterTest::testIsOutputSectionAlways PHP 메소드

testIsOutputSectionAlways() 공개 메소드

tests if a section is always in the output
    public function testIsOutputSectionAlways()
    {
        $this->assertTrue($this->object->isOutputSection([]));
        $this->assertTrue($this->object->isOutputSection(['lite' => false]));
        $this->assertTrue($this->object->isOutputSection(['lite' => true]));
    }