PHP Class DMS\Filter\Filters\CallbackTest

Inheritance: extends DMS\Tests\FilterTestCase
Datei anzeigen Open project: rdohms/dms-filter

Protected Properties

Property Type Description
$filter Callback
$rule | \PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
setUp ( )
testRuleWithCallable ( )
testRuleWithCallableInvalid ( )
testRuleWithClosure ( )
testRuleWithNonClosure ( )
testRuleWithNonStaticCallable ( )
testRuleWithObjectMethod ( )
testRuleWithObjectMethodButNoObject ( )
testRuleWithObjectMethodInvalid ( )

Method Details

setUp() public method

public setUp ( )

testRuleWithCallable() public method

testRuleWithCallableInvalid() public method

testRuleWithClosure() public method

public testRuleWithClosure ( )

testRuleWithNonClosure() public method

testRuleWithNonStaticCallable() public method

testRuleWithObjectMethod() public method

testRuleWithObjectMethodButNoObject() public method

testRuleWithObjectMethodInvalid() public method

Property Details

$filter protected_oe property

protected Callback,DMS\Filter\Filters $filter
return Callback

$rule protected_oe property

| \PHPUnit_Framework_MockObject_MockObject
protected $rule