Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DAnotherInterface.php2 interface AnotherInterface interface
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php486 $mock = $this->getMockBuilder([AnInterface::class, AnotherInterface::class])
490 $this->assertInstanceOf(AnotherInterface::class, $mock);