INSTALL_TASK_RUN_IF_REACHED |
constant |
drupal/core/includes/install.core.inc |
Run the task on each installation request that reaches it. |
PHPUnit_TextUI_Command::run |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php |
|
CronController::runManually |
function |
drupal/core/modules/system/lib/Drupal/system/CronController.php |
Run cron manually. |
PHPUnit_Framework_Test::run |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Test.php |
Runs a test and collects its result in a TestResult instance. |
update_authorize_run_install |
function |
drupal/core/modules/update/update.authorize.inc |
Installs a new project when invoked by authorize.php. |
RuntimeReflectionServiceTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
@group DCOM-93 |
RuntimeReflectionService.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
|
simpletest_run_phpunit_tests |
function |
drupal/core/modules/simpletest/simpletest.module |
Executes phpunit tests and returns the results of the run. |
ModuleHandlerUnitTest::setUp |
function |
drupal/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerUnitTest.php |
|
UnicodeTest::providerTruncate |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Data provider for testTruncate(). |
FilterUnitTest::testUrlFilter |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests the URL filter. |
TableSortExtenderUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Definition of Drupal\system\Tests\Common\TableSortExtenderTest. |
PHPUnit_Runner_BaseTestRunner |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/BaseTestRunner.php |
Base class for all test runners. |
Twig_Environment::initRuntime |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Initializes the runtime environment. |
NumberUnformattedFormatter.php |
file |
drupal/core/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberUnformattedFormatter.php |
Definition of Drupal\number\Plugin\field\formatter\NumberUnformattedFormatter. |
FilterUnitTest::testHtmlFilter |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests filter settings, defaults, access restrictions and similar. |
PHPUnit_Runner_TestSuiteLoader |
interface |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/TestSuiteLoader.php |
An interface to define how a test suite should be loaded. |
ReverseProxySubscriberUnitTest |
class |
drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ReverseProxySubscriberUnitTest.php |
Tests the ReverseProxySubscriber. |
CronRunTest::testAutomaticCron |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php |
Ensure that the automatic cron run feature is working. |
simpletest_phpunit_run_command |
function |
drupal/core/modules/simpletest/simpletest.module |
Executes the phpunit command. |
ModuleHandlerUnitTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerUnitTest.php |
This method exists to support the simpletest UI runner. |
PHPUnit_TextUI_TestRunner::run |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
|
PHPUnit_Framework_TestCase::run |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Runs the test case and collects the results in a TestResult object.
If no TestResult object is passed a new one will be created. |
TableSortExtenderUnitTest::$GET |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Storage for initial value of $_GET. |
HtmlIdentifierUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php |
|
PHPUnit_Runner_Version::VERSION |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/Version.php |
|
CronRunTest::testCronExceptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
PHPUnit_Framework_TestSuite::run |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Runs the tests and collects their result in a TestResult. |
DeleteTruncateTest::testTruncate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php |
Confirms that we can truncate a whole table successfully. |
FilterUnitTest::assertNormalized |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string. |
TableSortExtenderUnitTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Sets up unit test environment. |
PHPUnit_Runner_Version::$version |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/Version.php |
|
MockTestConnection::$commandsRun |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
RuntimeReflectionServiceTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
PHPUnit_TextUI_TestRunner::doRun |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
|
PHPUnit_TextUI_TestRunner::write |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
@since Method available since Release 3.1.0 |
PHPUnit_Framework_TestResult::run |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Runs a TestCase. |
INSTALL_TASK_RUN_IF_NOT_COMPLETED |
constant |
drupal/core/includes/install.core.inc |
Run the task on each installation request until the database is set up. |
SimpleTestTest::testWebTestRunner |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php |
Make sure that tests selected through the web interface are run and
that the results are displayed correctly. |
FilterUnitTest::testNoFollowFilter |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests the spam deterrent. |
FilterUnitTest::assertNoNormalized |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
TableSortExtenderUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
|
RuntimeReflectionService::getClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Return a reflection class instance or null |
Framework_TestCaseTest::testWasRun |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
ReverseProxySubscriberUnitTest.php |
file |
drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ReverseProxySubscriberUnitTest.php |
Contains \Drupal\Core\EventSubscriber\ReverseProxySubscriberUnitTest. |
PHPUnit_Framework_Warning::runTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Warning.php |
|
PHPUnit_TextUI_TestRunner::$loader |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
|
PHPUnit_Framework_TestCase::runBare |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Runs the bare test sequence. |
PHPUnit_Framework_TestCase::runTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Override to run the test and assert its state. |
FilterUnitTest::testLineBreakFilter |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php |
Tests the line break filter. |