|
FileFieldTestBase::assertFileIsPermanent |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file's status is set to permanent in the database. |
|
PHP_CodeCoverageTest::testSetCacheTokens |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setCacheTokens |
|
HtmlToTextTest::testDrupalHtmlToTextArgs |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php |
Test $allowed_tags argument of drupal_html_to_text(). |
|
ConfigFileContentTest::testSerialization |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigFileContentTest.php |
Tests serialization of configuration to file. |
|
LocaleUpdateTest::$tranlations_directory |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
The path of the translations directory where local translations are stored. |
|
CardSchemeValidatorTest::getValidNumbers |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php |
|
|
TranslationTest::testLanguageSwitchLinks |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Checks that the language switch links behave properly. |
|
RouterTest::testControllerResolutionPage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Checks that a request with text/html response gets rendered as a page. |
|
UpdateComplexTest::testOrConditionUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php |
Tests updates with OR conditionals. |
|
UpdateComplexTest::testInConditionUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php |
Tests WHERE IN clauses. |
|
DirectoryTest::testFileCreateNewFilepath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php |
This will take a directory and path, and find a valid filepath that is not
taken by another file. |
|
BulkDeleteTest::convertToPartialEntities |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php |
Converts the passed entities to partially created ones. |
|
NotBlankValidatorTest::testNullIsInvalid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php |
|
|
Twig_Test_EscapingTest::$urlSpecialChars |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
|
|
LocaleUpdateTest::setCurrentTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Setup existing translations in the database and set up the status of
existing translations. |
|
Twig_Test_EscapingTest::$cssSpecialChars |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
|
|
Twig_Tests_Node_SetTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SetTest.php |
@covers Twig_Node_Set::__construct |
|
RdfaMarkupTest::testDrupalRdfaAttributes |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php |
Tests rdf_rdfa_attributes(). |
|
Twig_Tests_Node_Expression_Binary_OrTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php |
|
|
DisplayBlockTest::testDeleteBlockDisplay |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php |
Tests removing a block display. |
|
Framework_TestListenerTest::endTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestListenerTest.php |
A test suite ended. |
|
TestEventSubscriber::getSubscribedEvents |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
Returns an array of event names this subscriber wants to listen to. |
|
DynamicRouterTest::testRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
TestEventSubscriberWithMultipleListeners |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
|
PartialMockTestClass::$constructorCalled |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/PartialMockTestClass.php |
|
|
LoggerInterfaceTest::testLogsAtAllLevels |
function |
drupal/core/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php |
@dataProvider provideLevelsAndMessages |
|
FileTestBase::assertDirectoryPermissions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php |
Helper function to test the permissions of a directory. |
|
CollectionTest::testRejectNonConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
|
TestImportWithConcreteAnnotation::$field |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
Plugin annotation
@DummyAnnotation(dummyValue = "bar") |
|
RangeValidatorTest::testInvalidValuesMin |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php |
@dataProvider getLessThanTen |
|
EntityTranslationSyncImageTest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php |
Modules to enable. |
|
RangeValidatorTest::testInvalidValuesMax |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php |
@dataProvider getMoreThanTwenty |
|
MissingDependentModuleUnitTest::testFail |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingDependentModuleUnitTest.php |
Ensure that this test will not be loaded despite its dependency. |
|
BinaryFileResponseTest::testConstruction |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php |
|
|
DefinitionDecoratorTest::testConstructor |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
|
|
TranslationTest::testFieldInvokeMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Test the multilanguage logic of _field_invoke_multiple(). |
|
NameMungingTest::testMungeIgnoreInsecure |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php |
If the system.file.allow_insecure_uploads setting evaluates to true, the file should
come out untouched, no matter how evil the filename. |
|
DefinitionDecoratorTest::testSetProperty |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
@dataProvider getPropertyTests |
|
ProviderBasedGeneratorTest::testSupports |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
|
Framework_AssertTest::testAssertNotEmpty |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertNotEmpty |
|
ContainerAwareEventDispatcherTest::setUp |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
|
DefinitionDecoratorTest::testSetArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
|
|
AccessManagerTest::testCheckConjunctions |
function |
drupal/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php |
Test \Drupal\Core\Access\AccessManager::check() with conjunctions. |
|
UploadedFileTest::testErrorIsOkByDefault |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php |
|
|
Twig_Tests_Node_Expression_Unary_PosTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php |
|
|
XmlRpcMessagesTest::testAlterListMethods |
function |
drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcMessagesTest.php |
Ensure that hook_xmlrpc_alter() can hide even builtin methods. |
|
ImageEffectsTest::testScaleAndCropEffect |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php |
Test the image_scale_and_crop_effect() function. |
|
StoreTest::testCanonizesUrlsForCacheKeys |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
|
Twig_Tests_Node_Expression_Unary_NotTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php |
|
|
serializer.normalizer.serialization_test |
service |
drupal/core/modules/serialization/tests/serialization_test/serialization_test.services.yml |
Drupal\serialization_test\SerializationTestNormalizer |