PHP Class DMS\Filter\Filters\CallbackTest

Inheritance: extends DMS\Tests\FilterTestCase
Afficher le fichier Open project: rdohms/dms-filter

Protected Properties

Свойство Type Description
$filter Callback
$rule | \PHPUnit_Framework_MockObject_MockObject

Méthodes publiques

Méthode Description
setUp ( )
testRuleWithCallable ( )
testRuleWithCallableInvalid ( )
testRuleWithClosure ( )
testRuleWithNonClosure ( )
testRuleWithNonStaticCallable ( )
testRuleWithObjectMethod ( )
testRuleWithObjectMethodButNoObject ( )
testRuleWithObjectMethodInvalid ( )

Method Details

setUp() public méthode

public setUp ( )

testRuleWithCallable() public méthode

testRuleWithCallableInvalid() public méthode

testRuleWithClosure() public méthode

public testRuleWithClosure ( )

testRuleWithNonClosure() public méthode

testRuleWithNonStaticCallable() public méthode

testRuleWithObjectMethod() public méthode

testRuleWithObjectMethodButNoObject() public méthode

testRuleWithObjectMethodInvalid() public méthode

Property Details

$filter protected_oe property

protected Callback,DMS\Filter\Filters $filter
Résultat Callback

$rule protected_oe property

| \PHPUnit_Framework_MockObject_MockObject
protected $rule