UserBlocksTests::testUserLoginBlock |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php |
Test the user login block. |
PHPUnit_Framework_TestSuite::testAt |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Returns the test at the given index. |
FormTestServiceObject::validateForm |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestServiceObject.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
Twig_Tests_TokenStreamTest::$tokens |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php |
|
MatchPathTest::drupalMatchPathTests |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php |
Helper function for testDrupalMatchPath(): set up an array of test cases. |
PHPUnit_Util_Log_JSON::endTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JSON.php |
A testsuite ended. |
EntityTestStorageController::create |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Overrides DatabaseStorageController::create(). |
SerializerTest::testSerializeScalar |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
Twig_Tests_FileCachingTest::$tmpDir |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/FileCachingTest.php |
|
ExceptionInSetUpTest::testSomething |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInSetUpTest.php |
|
Framework_TestCaseTest::testSuccess |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
StorageTestBase::testSetIfNotExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Tests the setIfNotExists() method. |
XmlEncoderTest::testSetRootNodeName |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
ConfigSchemaTest::testSchemaMapping |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSchemaTest.php |
Tests the basic metadata retrieval layer. |
Twig_Tests_Node_IfTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/IfTest.php |
@covers Twig_Node_If::compile
@dataProvider getTests |
ResponseTest::testSetContentInvalid |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
@expectedException UnexpectedValueException
@dataProvider invalidContentProvider |
Twig_Tests_Node_DoTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/DoTest.php |
@covers Twig_Node_Do::compile
@dataProvider getTests |
CoverageFunctionTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionTest.php |
@covers ::globalFunction |
Twig_Tests_Node_BlockTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/BlockTest.php |
|
Twig_Tests_LexerTest::testLongBlock |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
CustomNormalizerTest::testSerialize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|
Twig_Tests_Node_MacroTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/MacroTest.php |
|
Twig_Tests_Node_PrintTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/PrintTest.php |
|
PHPUnit_Util_TestSuiteIterator::key |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestSuiteIterator.php |
Returns the key of the current element. |
Twig_Tests_Node_SandboxedModuleTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SandboxedModuleTest.php |
|
DrupalKernelTest::testSerialization |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php |
Tests kernel serialization/unserialization. |
SelectionTest::testSelectionHandler |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/Views/SelectionTest.php |
Tests the selection handler. |
NamespacedAttributeBagTest::testSet |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php |
@dataProvider attributesProvider |
LocaleStringTest::testStringCRUDAPI |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Test CRUD API. |
MockFileSessionStorageTest::testSave |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
ThemeInfoStylesTest::testStylesheets |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php |
Tests stylesheets-override and stylesheets-remove. |
SelectTest::testSelectDuplicateAlias |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests that aliases are renamed when they are duplicates. |
Twig_Tests_Node_Expression_ArrayTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ArrayTest.php |
|
ExceptionHandlerTest::testStatusCode |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php |
|
ContainerBuilderTest::testSetAliases |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::setAliases |
PHPUnit_Framework_TestSuite::$groups |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
The test groups of the test suite. |
PHPUnit_Framework_TestSuite::addTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Adds a test to the suite. |
SimpletestSettingsForm::validateForm |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
PHPUnit_Framework_TestSuite::getName |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Returns the name of the suite. |
UserBlocksTests::testWhosOnlineBlock |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php |
Test the Who's Online block. |
PHPUnit_Framework_TestSuite::runTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Runs a test. |
PHPUnit_Framework_TestSuite::setName |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Sets the name of the suite. |
PHPUnit_Util_Log_JUnit::endTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
A testsuite ended. |
PHPUnit_Framework_TestSuite::warning |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
|
PdoSessionHandlerTest::testSessionGC |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
PHPUnit_Util_Log_TAP::startTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/TAP.php |
A testsuite started. |
DeleteTruncateTest::testSimpleDelete |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php |
Confirms that we can delete a single record successfully. |
Twig_Tests_TokenStreamTest::testNext |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php |
|
SummaryLengthTest::testSummaryLength |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/SummaryLengthTest.php |
Tests the node summary length functionality. |
DefinitionTest::testSetGetProperties |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
|