PHP Класс BrowscapTest\Filter\LiteFilterTest

Автор: Thomas Müller ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )
testIsOutputSectionOnlyWhenLite ( ) tests if a section is always in the output, if the lite flag is true

Описание методов

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 )

testIsOutputSectionOnlyWhenLite() публичный Метод

tests if a section is always in the output, if the lite flag is true