PHP 클래스 BrowscapTest\Filter\FullFilterTest

저자: Thomas Müller ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: browscap/browscap

공개 메소드들

메소드 설명
outputPropertiesDataProvider ( ) : array[] Data Provider for the test testIsOutputProperty
setUp ( ) Sets up the fixture, for example, open a network connection.
testGetType ( ) tests getter for the filter type
testIsOutput ( ) tests detecting if a divion should be in the output
testIsOutputProperty ( $propertyName, $isExtra )
testIsOutputSectionAlways ( ) tests if a section is always in the output

메소드 상세

outputPropertiesDataProvider() 공개 메소드

Data Provider for the test testIsOutputProperty
public outputPropertiesDataProvider ( ) : array[]
리턴 array[]

setUp() 공개 메소드

This method is called before a test is executed.
public setUp ( )

testGetType() 공개 메소드

tests getter for the filter type
public testGetType ( )

testIsOutput() 공개 메소드

tests detecting if a divion should be in the output
public testIsOutput ( )

testIsOutputProperty() 공개 메소드

public testIsOutputProperty ( $propertyName, $isExtra )

testIsOutputSectionAlways() 공개 메소드

tests if a section is always in the output