Twig_Tests_Node_ModuleTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ModuleTest.php |
|
Twig_Tests_Node_ImportTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ImportTest.php |
|
Twig_Tests_EnvironmentTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
|
SiteNameTest::testSiteName |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Installer/SiteNameTest.php |
Tests that the desired site name appears on the page after installation. |
Twig_Environment::getTests |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Gets the registered Tests. |
AlterTest::testSimpleAlter |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php |
Tests that we can do basic alters. |
UnicodeTest::testStrtolower |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::strtolower(). |
UnicodeTest::testStrtoupper |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::strtoupper(). |
PHPUnit_Framework_TestSuite |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
A TestSuite is a composite of Tests. It runs a collection of test cases. |
ConfigTestStorageController |
class |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestStorageController.php |
@todo. |
UserBlocksTests::$adminUser |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php |
The admin user used in this test. |
StandardTestSuiteLoader.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/StandardTestSuiteLoader.php |
|
EntityTestStorageController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Defines the controller class for the test entity. |
RequirementsTest::testSeven |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/RequirementsTest.php |
@requires PHP 5.4.0beta2 |
Twig_Tests_Loader_ChainTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
|
Twig_Tests_Loader_ArrayTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
|
ResponseTest::testSetPublic |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
Twig_Tests_Node_SandboxTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SandboxTest.php |
|
Twig_Tests_Node_IncludeTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/IncludeTest.php |
|
InlineTest::getTestsForDump |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
|
EventTest::testSetDispatcher |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php |
|
ViewStorageTest::createTests |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests creating configuration entities. |
QueryTest::queryMethodsTests |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php |
Test methods provided by the QueryPluginBase. |
InsertTest::testSimpleInsert |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php |
Tests very basic insert functionality. |
ResponseTest::testSetExpires |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
SortTest::testStringOrdering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php |
Tests string ordering of the result set. |
ResponseTest::testSetContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
@dataProvider validContentProvider |
ChainRouterTest::testSupport |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException |
simpletest_run_phpunit_tests |
function |
drupal/core/modules/simpletest/simpletest.module |
Executes phpunit tests and returns the results of the run. |
Issue1021Test::testSomething |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/1021/Issue1021Test.php |
@dataProvider provider |
UpdateTest::testSimpleUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirms that we can update a single record successfully. |
UpcastingTest::testSameTypes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/ParamConverter/UpcastingTest.php |
Confirms we can upcast to controller arguments of the same type. |
PHP_TimerTest::testStartStop |
function |
drupal/core/vendor/phpunit/php-timer/Tests/TimerTest.php |
@covers PHP_Timer::start
@covers PHP_Timer::stop |
ShapeItemTest::testShapeItem |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/ShapeItemTest.php |
Tests using entity fields of the field field type. |
FieldCounterTest::testSimple |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php |
|
SelectTest::testSimpleSelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests rudimentary SELECT statements. |
InlineTest::getTestsForParse |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
|
Twig_Extension_Core::getTests |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns a list of tests to add to the existing list. |
AbstractProcessTest::testStop |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
ViewStorageTest::displayTests |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests adding, saving, and loading displays on configuration entities. |
UserBlocksTests::updateAccess |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php |
Updates the access column for a user. |
DefinitionTest::testSetIsLazy |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::setLazy
@covers Symfony\Component\DependencyInjection\Definition::isLazy |
AcceptHeaderTest::testSorting |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
@dataProvider provideSortingData |
SerializerTest::testSerialize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
NodeTestStorageController.php |
file |
drupal/core/modules/node/tests/modules/node_test/lib/Drupal/node_test/NodeTestStorageController.php |
Contains \Drupal\node_test\NodeTestStorageController. |
BasicTest::testSimpleArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php |
Tests simple argument. |
ResponseTest::testSendHeaders |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
Twig_Tests_Extension_CoreTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php |
|
KernelTest::testStripComments |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
ResponseTest::testSendContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|