UniversalClassLoaderTest::getLoadClassPrefixCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
Framework_AssertTest::testAssertTagChildrenGreaterThanTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag |
PHPUnit_Framework_Assert::assertStringNotMatchesFormatFile |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a string does not match a given format string. |
PHPUnit_Framework_MockObject_InvocationMocker::$builderMap |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php |
|
CheckCircularReferencesPassTest::testDeepCircularReference |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php |
@expectedException \Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException |
PhpParserTest::testGlobalNamespacesPerFileWithClassAsFirst |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
PHPUnit_Framework_MockObject_InvocationMocker::hasMatchers |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php |
@since Method available since Release 1.1.0 |
SearchCommentCountToggleTest::testSearchCommentCountToggle |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
Verify that comment count display toggles properly on comment status of node |
Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed |
function |
drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php |
|
KernelTest::testLocateResourceReturnsTheDirOneForResources |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
ApcUniversalClassLoaderTest::getLoadClassFromFallbackTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
PHP_CodeCoverage_Report_Node_Directory::getNumTestedTraits |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
Returns the number of tested traits. |
PHPCS_Sniffs_Whitespace_ConcatenationSpacingSniff::process |
function |
drupal/core/vendor/phpunit/phpunit/build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php |
|
KernelTest::testInitializeBundlesSupportInheritanceCascade |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
GraphvizDumperTest::testDumpWithFrozenCustomClassContainer |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php |
|
PHPUnit_Framework_Assert::assertJsonStringEqualsJsonString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that two given JSON encoded objects or arrays are equal. |
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… |
Framework_AssertTest::testAssertSelectCountDescendantFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount
@expectedException PHPUnit_Framework_AssertionFailedError |
Framework_AssertTest::testAssertSelectCountGreaterThanTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount |
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. |
Twig_Tests_Node_Expression_Binary_SubTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/SubTest.php |
@covers Twig_Node_Expression_Binary_Sub::__construct |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivate |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Test image_style_url() with a file using the "private://" scheme. |
Framework_MockObjectTest::testCreateNamespacedMockFromWsdl |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
@requires extension soap |
Twig_Tests_Node_Expression_Binary_DivTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/DivTest.php |
@covers Twig_Node_Expression_Binary_Div::__construct |
database_test_query_database_test_alter_remove_range_alter |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Implements hook_query_TAG_alter(). |
Framework_MockBuilderTest::testMethodsToMockCanBeSpecified |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
Framework_MockBuilderTest::testMockClassNameCanBeSpecified |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
Twig_Tests_Node_Expression_Binary_AndTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php |
@covers Twig_Node_Expression_Binary_And::__construct |
ParameterBagTest::testResolveStringWithSpacesReturnsString |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php |
@covers Symfony\Component\DependencyInjection\ParameterBag\ParameterBag::resolve
@dataProvider stringsWithSpacesProvider |
Twig_Tests_Node_Expression_Binary_MulTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/MulTest.php |
@covers Twig_Node_Expression_Binary_Mul::__construct |
Twig_Tests_Node_Expression_Binary_AddTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
@covers Twig_Node_Expression_Binary_Add::__construct |
Framework_AssertTest::testAssertStringMatchesFormatFailure |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertStringMatchesFormat
@expectedException PHPUnit_Framework_AssertionFailedError |
ImmutableEventDispatcherTest::testRemoveListenerDisallowed |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
@expectedException \BadMethodCallException |
Framework_AssertTest::testAssertArrayHasKeyThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayHasKey
@expectedException PHPUnit_Framework_Exception |
Twig_Tests_Node_Expression_Binary_ModTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ModTest.php |
@covers Twig_Node_Expression_Binary_Mod::__construct |
ContainerAwareEventDispatcherTest::testAddAListenerService |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
GreaterThanOrEqualValidatorTest::provideInvalidComparisons |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php |
|
EntityTranslationControllerInterface::getTranslationAccess |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Checks if the user can perform the given operation on translations of the
wrapped entity. |
ContainerAwareEventDispatcherTest::testRemoveAfterDispatch |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
Framework_AssertTest::testAssertJsonStringEqualsJsonString |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertJsonStringEqualsJsonString |
Framework_Constraint_JsonMatchesTest::evaluateDataprovider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatchesTest.php |
|
Framework_AssertTest::testAssertNotContainsThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertNotContains
@expectedException PHPUnit_Framework_Exception |
PHPUnit_Framework_Constraint::additionalFailureDescription |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint.php |
Return additional failure description where needed |
DatabaseExceptionWrapperTest::testDatabaseExceptionWrapper |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DatabaseExceptionWrapperTest.php |
|
SigchildEnabledProcessTest::testProcessIsSignaledIfStopped |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
Twig_Node_Expression_Test_Defined::changeIgnoreStrictCheck |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php |
|
PHPCS_Sniffs_Whitespace_ConcatenationSpacingSniff::process |
function |
drupal/core/vendor/phpunit/php-code-coverage/build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php |
|
PHPCS_Sniffs_Whitespace_ConcatenationSpacingSniff::process |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php |
|
ContentAwareGeneratorTest::testGenerateNoContentRepository |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
@expectedException Symfony\Component\Routing\Exception\RouteNotFoundException |