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… |
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… |
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… |
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). |
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). |
PHP_CodeCoverageTest::testSetForceCoversAnnotationThrowsExceptionForInvalidArgument |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setForceCoversAnnotation
@expectedException PHP_CodeCoverage_Exception |
DocParserTest::testAnnotationDoesntThrowExceptionWhenAtSignIsNotFollowedByIdentifier |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@group DCOM-41 |
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). |
DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@group DCOM-41
@expectedException Doctrine\Common\Annotations\AnnotationException |