Home
last modified time | relevance | path

Searched defs:className (Results 51 – 75 of 127) sorted by path

123456

/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php69 public function getMetadataForClass(string $className)
H A DMetadataFactoryInterface.php28 public function getMetadataForClass(string $className);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAbstractDoctrineTypeDriver.php127 protected function tryLoadingDoctrineMetadata(string $className): ?DoctrineClassMetadata
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DStaticPropertyMetadata.php20 … public function __construct(string $className, string $fieldName, $fieldValue, array $groups = [])
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php54 public function getMetadataForClass($className)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotExtendableException.php9 private $className; variable in Prophecy\\Exception\\Doubler\\MethodNotExtendableException
16 public function __construct($message, $className, $methodName)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php290 …private function getObject($code, $className, $type = '', $callOriginalConstructor = false, $callA…
342 private function evalClass($code, $className)
594 …public function generateClassFromWsdl($wsdlFile, $className, array $methods = [], array $options =…
899 private function generateClassName($type, $className, $prefix)
1052 …private function generateMockedMethodDefinition($templateDir, $className, $methodName, $cloneArgum…
1295 public function getClassMethods($className)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DObject.php31 …public function __construct($className, $methodName, array $parameters, $returnType, $object, $clo…
H A DStatic.php48 public $className; variable in PHPUnit_Framework_MockObject_Invocation_Static
77 …public function __construct($className, $methodName, array $parameters, $returnType, $cloneObjects…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php108 …public function testGetMockForAbstractClassExpectingInvalidArgumentException($className, $mockClas…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1198 public static function assertClassHasAttribute($attributeName, $className, $message = '')
1226 public static function assertClassNotHasAttribute($attributeName, $className, $message = '')
1254 public static function assertClassHasStaticAttribute($attributeName, $className, $message = '')
1282 … public static function assertClassNotHasStaticAttribute($attributeName, $className, $message = '')
2627 public static function isInstanceOf($className)
2814 public static function getStaticAttribute($className, $attributeName)
H A DExceptionWrapper.php25 protected $className; variable in PHPUnit_Framework_ExceptionWrapper
H A DIncompleteTestCase.php51 public function __construct($className, $methodName, $message = '')
H A DSkippedTestCase.php49 public function __construct($className, $methodName, $message = '')
H A DTestCase.php1445 public function getMockBuilder($className)
H A DTestResult.php1276 protected function getHierarchy($className, $asReflectionObjects = false)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php451 function assertClassHasAttribute($attributeName, $className, $message = '')
466 function assertClassHasStaticAttribute($attributeName, $className, $message = '')
481 function assertClassNotHasAttribute($attributeName, $className, $message = '')
496 function assertClassNotHasStaticAttribute($attributeName, $className, $message = '')
1818 function isInstanceOf($className)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DException.php16 protected $className; variable in PHPUnit_Framework_Constraint_Exception
21 public function __construct($className)
H A DIsInstanceOf.php22 protected $className; variable in PHPUnit_Framework_Constraint_IsInstanceOf
27 public function __construct($className)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilesystem.php30 public static function classNameToFilename($className)
H A DTest.php67 public static function getLinesToBeCovered($className, $methodName)
89 public static function getLinesToBeUsed($className, $methodName)
164 public static function getRequirements($className, $methodName)
287 public static function getExpectedException($className, $methodName)
373 public static function getProvidedData($className, $methodName)
613 public static function getBackupSettings($className, $methodName)
637 public static function getDependencies($className, $methodName)
685 public static function getGroups($className, $methodName = '')
736 public static function getSize($className, $methodName)
763 public static function getTickets($className, $methodName)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php399 private static function getFileName($className)
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php61 public function addClass($className)
69 public function addSubclassesOf($className)
94 public function addStaticAttribute($className, $attributeName)
117 public function isStaticAttributeBlacklisted($className, $attributeName)
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DCacheInterface.php33 public function generateKey($name, $className);
H A DFilesystemCache.php36 public function generateKey($name, $className)

123456