CoverageMethodOneLineAnnotationTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodOneLineAnnotationTest.php |
@covers CoveredClass::publicMethod |
PHP_CodeCoverageTest::testSetForceCoversAnnotation |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setForceCoversAnnotation |
ValidatorBuilderInterface::disableAnnotationMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php |
Disables annotation based constraint mapping. |
DocParserTest::testNestedArraysWithNestedAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::testAnnotationWithRequiredAttributes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::testAnnotationDontAcceptSingleQuotes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected PlainValue, got ''' at position 10. |
AnnotationLoaderTest::testLoadClassMetadataAndMerge |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
Test MetaData merge with parent annotation. |
AbstractReaderTest::testAnnotationsWithValidTargets |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
Util_TestTest::testParseAnnotationThatIsOnlyOneLine |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/TestTest.php |
|
AbstractReaderTest::testInvalidAnnotationButIgnored |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@group DDC-1660
@group regression |
AbstractReaderTest::testImportWithConcreteAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
AnnotationClassLoaderTest::testSupportsChecksResource |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
@dataProvider provideTestSupportsChecksResource |
AbstractReaderTest::testMultipleAnnotationsOnSameLine |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@group regression |
AnnotationWithRequiredAttributesWithoutContructor.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
|
ClassWithInvalidAnnotationTargetAtMethod::functionName |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php |
Plugin annotation
@AnnotationTargetClass("functionName"); |
SomeAnnotationClassNameWithoutConstructorAndProperties |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::getAnnotationVarTypeArrayProviderInvalid |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
SomeAnnotationWithConstructorWithoutParams::__construct |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
AnnotatedClassDiscovery::$pluginDefinitionAnnotationName |
property |
drupal/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php |
The name of the annotation that contains the plugin definition. |
AbstractReaderTest::testErrorWhenInvalidAnnotationIsUsed |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The class "Doctrine\Tests\Common\Annotations\Fixtures\NoAnnotation" is not annotated with
. Are you sure this class can be used as annotation? If… |
PHPUnit_Framework_TestCase::setRequirementsFromAnnotation |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.6.0 |
AnnotationWithRequiredAttributesWithoutContructor::$value |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
AnnotationWithRequiredAttributesWithoutContructor::$annot |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
DocParserTest::testDefaultAnnotationValueIsNotOverwritten |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
FileCacheReaderTest::testAttemptToCreateAnnotationCacheDir |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php |
@group DCOM-81 |
AbstractReaderTest::testImportDetectsNotImportedAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation "@NameFoo" in property Doctrine\Tests\Common\Annotations\TestAnnotationNotImportedClass::$field was never imported. |
AbstractReaderTest::testImportDetectsNonExistentAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation "@Foo\Bar\Name" in property Doctrine\Tests\Common\Annotations\TestNonExistentAnnotationClass::$field was never imported. |
SimpleAnnotationReaderTest::testInvalidAnnotationButIgnored |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
@group DDC-1660
@group regression |
PHPUnit_Framework_TestCase::setUseErrorHandlerFromAnnotation |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.4.0 |
AnnotationClassLoaderTest::provideTestSupportsChecksResource |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
AnnotationClassLoaderTest::testSupportsChecksTypeIfSpecified |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
Util_TestTest::methodForTestParseAnnotationThatIsOnlyOneLine |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/TestTest.php |
@depends Bar |
AnnotationLoaderTest::testLoadGroupSequenceProviderAnnotation |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
AbstractReaderTest::testInvalidAnnotationUsageButIgnoredClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
PHPUnit_Framework_TestCase::setExpectedExceptionFromAnnotation |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.4.0 |
DocParserTest::testAnnotationWithInvalidTargetDeclarationError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage Invalid Target "Foo". Available targets: [ALL, CLASS, METHOD, PROPERTY, ANNOTATION] |
PHPUnit_Framework_TestCase::setUseOutputBufferingFromAnnotation |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.4.0 |
DocParserTest::testAnnotationWithAttributesWithVarTypeArrayError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getAnnotationVarTypeArrayProviderInvalid |
DocParserTest::testAnnotationWithoutClassIsIgnoredWithoutWarning |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@group DDC-77 |
IniFileLoaderTest::testExceptionIsRaisedWhenIniFileCannotBeParsed |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php |
@covers Symfony\Component\DependencyInjection\Loader\IniFileLoader::__construct
@covers Symfony\Component\DependencyInjection\Loader\IniFileLoader::load |
AnnotationLoaderTest::testLoadClassMetadataReturnsTrueIfSuccessful |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
SimpleAnnotationReaderTest::testImportDetectsNotImportedAnnotation |
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). |
SimpleAnnotationReaderTest::testImportDetectsNonExistentAnnotation |
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). |
BankAccountWithCustomExtensionTest::testBalanceCannotBecomeNegative |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.test.php |
@covers BankAccount::withdrawMoney
@group balanceCannotBecomeNegative
@group specification |
AbstractReaderTest::testIgnoresAnnotationsNotPrefixedWithWhitespace |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
BankAccountWithCustomExtensionTest::testBalanceCannotBecomeNegative2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.test.php |
@covers BankAccount::depositMoney
@group balanceCannotBecomeNegative
@group specification |
PHP_CodeCoverage_UtilTest::testGetLinesToBeIgnoredOneLineAnnotations |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/UtilTest.php |
@covers PHP_CodeCoverage_Util::getLinesToBeIgnored |
DocParserTest::testAnnotationWithRequiredAttributesWithoutContructor |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
SimpleAnnotationReaderTest::testInvalidAnnotationUsageButIgnoredClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException |
AnnotationLoaderTest::testLoadClassMetadataReturnsFalseIfNotSuccessful |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|