AnnotationLoaderTest::testLoadClassMetadataReturnsFalseIfNotSuccessful |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
PHP_CodeCoverageTest::testTwoCoversDefaultClassAnnoationsAreNotAllowed |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered
@expectedException PHP_CodeCoverage_Exception |
Framework_AssertTest::testAssertClassHasStaticAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassHasStaticAttribute
@expectedException PHPUnit_Framework_Exception |
ClassCollectionLoaderTest::testFixNamespaceDeclarationsWithoutTokenizer |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
@dataProvider getFixNamespaceDeclarationsDataWithoutTokenizer |
AbstractReaderTest::testClassWithInvalidAnnotationTargetAtClassDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetPropertyMethod is not allowed to be declared on class… |
ClassMetadataTest::testGroupSequenceProviderFailsIfDomainClassIsInvalid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
@expectedException \Symfony\Component\Validator\Exception\GroupDefinitionException |
PHPUnit_Util_GlobalState::addDirectoryContainingClassToPHPUnitFilesList |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/GlobalState.php |
@since Method available since Release 3.7.2 |
ComposerAutoloaderInitc269e792cec97d4c278bb968546f51b4::loadClassLoader |
function |
drupal/core/vendor/composer/autoload_real.php |
|
PHP_Token_InterfaceTest::provideFilesWithClassesWithinMultipleNamespaces |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php |
|
StaticMethodLoaderTest::testLoadClassMetadataReturnsFalseIfNotSuccessful |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php |
|
AbstractReaderTest::testClassWithInvalidAnnotationTargetAtMethodDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetClass is not allowed to be declared on method… |
Framework_AssertTest::testAssertClassNotHasStaticAttributeThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassNotHasStaticAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_AssertTest::testAssertClassNotHasStaticAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassNotHasStaticAttribute
@expectedException PHPUnit_Framework_Exception |
PHP_CodeCoverage_Report_HTML_Renderer_Dashboard::classCoverageDistribution |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML/Renderer/Dashboard.php |
Returns the data for the Class Coverage Distribution chart. |
ClassCollectionLoaderTest::getFixNamespaceDeclarationsDataWithoutTokenizer |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
AbstractReaderTest::testClassWithInvalidAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetClass is not allowed to be declared on property… |
PHP_Token_InterfaceTest::testGetPackageNamespaceWhenExtentingFromNamespaceClass |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php |
@covers PHP_Token_INTERFACE::getPackage |
StaticMethodLoaderTest::testLoadClassMetadataDoesNotRepeatLoadWithParentClasses |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php |
|
AbstractReaderTest::testClassWithAnnotationWithTargetSyntaxErrorAtClassDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected namespace separator or identifier, got ')' at position 24 in class @Doctrine\Tests\Common\Annotations\Fixtures\AnnotationWithTargetSyntaxError. |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtClassDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
AbstractReaderTest::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetAnnotation is not allowed to be declared on property… |
AbstractReaderTest::testClassWithAnnotationWithTargetSyntaxErrorAtMethodDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected namespace separator or identifier, got ')' at position 24 in class @Doctrine\Tests\Common\Annotations\Fixtures\AnnotationWithTargetSyntaxError. |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtMethodDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithClassname |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable. |
Framework_MockObjectTest::testGetMockWithFixedClassNameCanProduceTheSameMockTwice |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMock |
AbstractReaderTest::testClassWithAnnotationWithTargetSyntaxErrorAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected namespace separator or identifier, got ')' at position 24 in class @Doctrine\Tests\Common\Annotations\Fixtures\AnnotationWithTargetSyntaxError. |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
Framework_MockObject_Invocation_StaticTest::testAllowToGetClassNameSetInConstructor |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/StaticTest.php |
|
Framework_MockObject_Invocation_ObjectTest::testAllowToGetClassNameSetInConstructor |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/ObjectTest.php |
|
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassStubbingAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass |
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassAnstractClassDoesNotExist |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass
@expectedException PHPUnit_Framework_Exception |
SimpleAnnotationReaderTest::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
Framework_MockObject_Invocation_StaticTest::testConstructorRequiresClassAndMethodAndParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/StaticTest.php |
|
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassDoesNotFailWhenFakingInterfaces |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass |
CheckDefinitionValidityPassTest::testProcessDetectsNonSyntheticNonAbstractDefinitionWithoutClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php |
@expectedException \RuntimeException |
PHP_CodeCoverageTest::testSetMapTestClassNameToCoveredClassNameThrowsExceptionForInvalidArgument |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setMapTestClassNameToCoveredClassName
@expectedException PHP_CodeCoverage_Exception |
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassExpectingInvalidArgumentException |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@dataProvider getMockForAbstractClassExpectsInvalidArgumentExceptionDataprovider
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass
@expectedException PHPUnit_Framework_Exception |
Framework_MockObject_GeneratorTest::getMockForAbstractClassExpectsInvalidArgumentExceptionDataprovider |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
Dataprovider for test "testGetMockForAbstractClassExpectingInvalidArgumentException" |
Framework_MockObject_Invocation_ObjectTest::testConstructorRequiresClassAndMethodAndParametersAndObject |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/ObjectTest.php |
|