Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DInterfaceWithSemiReservedMethodName.php2 interface InterfaceWithSemiReservedMethodName interface
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php56 $mock = $this->generator->getMock(InterfaceWithSemiReservedMethodName::class);
59 $this->assertInstanceOf(InterfaceWithSemiReservedMethodName::class, $mock);