6 calls to TemplateLoader::loadTemplate()
- Generator::generateClassFromWsdl in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Generator.php - Generator::generateCodeForTestDoubleClass in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Generator.php - Generator::mockObjectForTrait in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Generator.php - Returns a mock object for the specified trait with all abstract methods of the trait mocked. Concrete methods to mock can be specified with the `$mockedMethods` parameter.
- Generator::objectForTrait in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Generator.php - Returns an object for the specified trait.
- Generator::testDoubleForInterfaceIntersection in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Generator.php - @psalm-param list<class-string> $interfaces
- MockMethod::generateCode in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ MockMethod.php