DefinitionTest::testExceptionOnEmptyMethodCall |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@expectedException Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
@expectedExceptionMessage Method name cannot be empty. |
Twig_Sandbox_SecurityPolicy::setAllowedMethods |
function |
drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php |
|
GetSetMethodNormalizer::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Checks whether the given class is supported for denormalization by this normalizer |
StaticReflectionMethod::$staticReflectionParser |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php |
The PSR-0 parser object. |
Twig_Sandbox_SecurityPolicy::checkMethodAllowed |
function |
drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php |
|
ReflectionProviderInterface::getReflectionMethod |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php |
Get the ReflectionClass equivalent for this class. |
EntityTranslationTest::testEntityLanguageMethods |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Tests language related methods of the Entity class. |
AbstractReaderTest::testMethodSyntaxErrorContext |
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 18 in method Doctrine\Tests\Common\Annotations\DummyClassMethodSyntaxError::foo(). |
StaticReflectionMethod::getStaticReflectionParser |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php |
|
GetSetMethodNormalizerTest::testIgnoredAttributes |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php |
|
ContainerBuilderTest::testCreateServiceMethodCalls |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
GetSetMethodNormalizerTest::testUncallableCallbacks |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php |
@expectedException \InvalidArgumentException |
ContainerBuilderTest::testCreateServiceFactoryMethod |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
StaticReflectionMethod::getNumberOfRequiredParameters |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php |
|
RouterListenerTest::testSubRequestWithDifferentMethod |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
ClassWithInvalidAnnotationTargetAtMethod::functionName |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php |
Plugin annotation
@AnnotationTargetClass("functionName"); |
GetSetMethodNormalizerTest::testConstructorDenormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php |
|
Twig_Sandbox_SecurityPolicyInterface::checkMethodAllowed |
function |
drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php |
|
MongoDbSessionHandlerTest::testOpenMethodAlwaysReturnTrue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
|
MongoDbSessionHandlerTest::testCloseMethodAlwaysReturnTrue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
|
AbstractReaderTest::testClassWithMethodInvalidVarTypeError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Type Error] Attribute "annotation" of @AnnotationWithVarType declared on method… |
UrlMatcherTest::testMethodNotAllowedAggregatesAllowedMethods |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
CheckCircularReferencesPassTest::testProcessIgnoresMethodCalls |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php |
|
RedirectableUrlMatcherTest::testRedirectWhenNoSlashForNonSafeMethod |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php |
@expectedException Symfony\Component\Routing\Exception\ResourceNotFoundException |
Twig_Tests_ParserTest::testSetMacroThrowsExceptionOnReservedMethods |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
@expectedException Twig_Error_Syntax |
ResolveDefinitionTemplatesPassTest::testProcessAppendsMethodCallsAlways |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.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… |
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::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. |
ContainerAwareTraceableEventDispatcherTest::testThrowsAnExceptionWhenAListenerMethodIsNotCallable |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ContainerAwareTraceableEventDispatcherTest.php |
@expectedException \RuntimeException |