Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DAnInterfaceWithReturnType.php2 interface AnInterfaceWithReturnType interface
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php174 $stub = $this->generator->getMock([AnInterfaceWithReturnType::class, AnInterface::class]);
176 $this->assertInstanceOf(AnInterfaceWithReturnType::class, $stub);