PHP Класс BrowscapTest\Filter\StandardFilterTest

Автор: 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
testIsOutputFalse ( ) tests detecting if a divion should be in the output
testIsOutputProperty ( $propertyName, $isExtra )
testIsOutputSectionAlways ( ) tests if a section is always in the output
testIsOutputTrue ( ) tests detecting if a divion should be 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 ( )

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

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

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

public testIsOutputProperty ( $propertyName, $isExtra )

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

tests if a section is always in the output

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

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