Home
last modified time | relevance | path

Searched refs:afterMatchBuilderId (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php32 public $afterMatchBuilderId = null; variable in PHPUnit_Framework_MockObject_Matcher
81 if ($this->afterMatchBuilderId !== null) {
82 $list[] = 'after ' . $this->afterMatchBuilderId;
109 if ($this->afterMatchBuilderId !== null) {
112 ->lookupId($this->afterMatchBuilderId);
118 $this->afterMatchBuilderId
163 if ($this->afterMatchBuilderId !== null) {
166 ->lookupId($this->afterMatchBuilderId);
172 $this->afterMatchBuilderId
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php199 $this->matcher->afterMatchBuilderId = $id;