public property PHPUnit_Framework_MockObject_Matcher::$afterMatchBuilderIsInvoked

Type: boolean

File

drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php, line 77

Class

PHPUnit_Framework_MockObject_Matcher
Main matcher which defines a full expectation using method, parameter and invocation matchers. This matcher encapsulates all the other matchers and allows the builder to set the specific matchers when the appropriate methods are called…

Code

public $afterMatchBuilderIsInvoked = FALSE;