ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Tests image_style_url(). |
ReverseProxySubscriberUnitTest::trustedHeadersAreSet |
function |
drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ReverseProxySubscriberUnitTest.php |
Tests that trusted header methods are called. |
HttpKernelTest::testHandleWhenTheControllerIsAnArray |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
MemberMetadataTest::testAddValidSetsMemberToCascaded |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php |
|
DynamicRouterTest::testRouteDebugMessageNonversatile |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
Twig_Tests_Node_SandboxedModuleTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SandboxedModuleTest.php |
@covers Twig_Node_SandboxedModule::__construct |
PHPUnit_Framework_Warning::$runTestInSeparateProcess |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Warning.php |
|
UpdateContribTest::testUpdateBaseThemeSecurityUpdate |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Tests that subthemes are notified about security updates for base themes. |
UploadedFileTest::testFileUploadsWithUnknownMimeType |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php |
|
ClassMetadataFactoryTest::testMergeParentConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataFactoryTest.php |
|
ProviderBasedGeneratorTest::testGetRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
TransactionTest::testTransactionRollBackNotSupported |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php |
Tests transaction rollback on a database that doesn't support transactions. |
Framework_AssertTest::testAssertArrayNotHasStringKey |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayNotHasKey |
GenericCacheBackendUnitTestBase::testValueTypeIsKept |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Tests data type preservation. |
Twig_Tests_EnvironmentTest::escapingStrategyCallback |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
|
PHP_CodeCoverage_Report_FactoryTest::testReducePaths |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/Report/FactoryTest.php |
@covers PHP_CodeCoverage_Report_Factory::reducePaths
@dataProvider reducePathsProvider |
Framework_AssertTest::testAssertStringContainsString |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertContains |
InstallerLanguageTest::testInstallerTranslationFiles |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php |
Tests that the installer can find translation files. |
StoreTest::testOverwritesNonVaryingResponseWithStore |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
ContentAwareGeneratorTest::testGenerateFromContentId |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
SigchildEnabledProcessTest::testProcessIsNotSignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
ParserTest::testObjectSupportDisabledButNoExceptions |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php |
|
form_test_form_rebuild_preserve_values_form_add_more |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Button submit handler for form_test_form_rebuild_preserve_values_form(). |
ParserTest::testObjectsSupportDisabledWithExceptions |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
EntityTranslationWorkflowsTest::getEditorPermissions |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationTestBase::getEditorPermissions(). |
PhpGeneratorDumperTest::testGenerateNonExistingRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException |
SigchildEnabledProcessTest::testGetPidIsNullAfterRun |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
PhpGeneratorDumperTest::testDumpForRouteWithDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
PersistentObjectTest::testAddInvalidToManyAssocation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
ContainerTest::testAddScopeDoesNotAllowBuiltInScopes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException
@dataProvider getBuiltInScopes |
ContainerTest::testAddScopeDoesNotAllowExistingScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException |
NotIdenticalToValidatorTest::provideValidComparisons |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php |
|
FieldAttachStorageTest::testFieldStorageDetailsAlter |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test storage details alteration. |
Framework_ConstraintTest::testConstraintArrayHasKey2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ArrayHasKey
@covers PHPUnit_Framework_Assert::arrayHasKey
@covers PHPUnit_Framework_TestFailure::exceptionToString |
RequestTest::testGetFormatFromMimeTypeWithParameters |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::getFormat |
Twig_Tests_TemplateTest::testGetAttributeWithSandbox |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
@dataProvider getGetAttributeWithSandbox |
LanguageConfigurationTest::testLanguageConfiguration |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php |
Functional tests for adding, editing and deleting languages. |
FieldAttachStorageTest::testEntityCreateRenameBundle |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test entity_bundle_create() and entity_bundle_rename(). |
AbstractProcessTest::testCallbackIsExecutedForOutput |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
Twig_Tests_Node_Expression_ConstantTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConstantTest.php |
@covers Twig_Node_Expression_Constant::compile
@dataProvider getTests |
EventTest::testStopPropagationAndIsPropagationStopped |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php |
|
HttpCacheTest::testInvalidatesOnPostPutDeleteRequests |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
LanguageUILanguageNegotiationTest::testLanguageDomain |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php |
Tests url() when separate domains are used for multiple languages. |
TriggeringElementTest::testAttemptAccessControlBypass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php |
Test that $form_state['triggering_element'] does not get set to a button
with #access=FALSE. |
Framework_ConstraintTest::testConstraintNotIsAnything |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsAnything
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::anything
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Util_TestDox_ResultPrinter::addIncompleteTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
Incomplete test. |
BareMinimalAnonymousUpgradePathTest::prepareD8Session |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php |
Overrides \Drupal\system\Tests\Upgrade\UpgradePathTestBase::prepareD8Session(). |
Framework_AssertTest::testXMLStructureIgnoreTextNodes |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertEqualXMLStructure |
Twig_Tests_Node_Expression_ArrayTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ArrayTest.php |
@covers Twig_Node_Expression_Array::__construct |
CallbackValidatorTest::testCallbackSingleStaticMethod |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|