Home
last modified time | relevance | path

Searched refs:anotherMockableMethod (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockBuilderTest.php25 $this->assertNull($mock->anotherMockableMethod());
35 $this->assertTrue($mock->anotherMockableMethod());
45 $this->assertNull($mock->anotherMockableMethod());
55 $this->assertNull($mock->anotherMockableMethod());
H A DGeneratorTest.php144 $this->assertTrue($mock->anotherMockableMethod());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DAbstractTrait.php11 public function anotherMockableMethod() function
H A DMockable.php18 public function anotherMockableMethod() function in Mockable