Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
TestBase::$originalConfig property core/modules/simpletest/src/TestBase.php The original configuration (variables).
TestBase::$originalConfigDirectories property core/modules/simpletest/src/TestBase.php The original configuration directories.
TestBase::$originalContainer property core/modules/simpletest/src/TestBase.php The original container.
TestBase::$originalFileDirectory property core/modules/simpletest/src/TestBase.php The original file directory, before it was changed for testing purposes.
TestBase::$originalLanguage property core/modules/simpletest/src/TestBase.php The original language.
TestBase::$originalPrefix property core/modules/simpletest/src/TestBase.php The original database prefix when running inside Simpletest.
TestBase::$originalSessionName property core/modules/simpletest/src/TestBase.php The name of the session cookie of the test-runner.
TestBase::$originalSettings property core/modules/simpletest/src/TestBase.php The settings array.
TestBase::$originalShutdownCallbacks property core/modules/simpletest/src/TestBase.php The original array of shutdown function callbacks.
TestBase::$originalUser property core/modules/simpletest/src/TestBase.php The original user, before testing began.
TestBase::$results property core/modules/simpletest/src/TestBase.php Current results of this test case.
TestBase::$skipClasses property core/modules/simpletest/src/TestBase.php This class is skipped when looking for the source of an assertion.
TestBase::$timeLimit property core/modules/simpletest/src/TestBase.php Time limit for the test.
TestBase::$translationFilesDirectory property core/modules/simpletest/src/TestBase.php The translation file directory for the test environment.
TestBase::$verbose property core/modules/simpletest/src/TestBase.php TRUE if verbose debugging is enabled.
TestBase::$verboseClassName property core/modules/simpletest/src/TestBase.php Safe class name for use in verbose output filenames.
TestBase::$verboseDirectory property core/modules/simpletest/src/TestBase.php Directory where verbose output files are put.
TestBase::$verboseDirectoryUrl property core/modules/simpletest/src/TestBase.php URL to the verbose output file directory.
TestBase::$verboseId property core/modules/simpletest/src/TestBase.php Incrementing identifier for verbose output filenames.
TestBase::assert function core/modules/simpletest/src/TestBase.php Internal helper: stores the assert.
TestBase::assertEqual function core/modules/simpletest/src/TestBase.php Check to see if two values are equal.
TestBase::assertErrorLogged function core/modules/simpletest/src/TestBase.php Asserts that a specific error has been logged to the PHP error log.
TestBase::assertFalse function core/modules/simpletest/src/TestBase.php Check to see if a value is false.
TestBase::assertIdentical function core/modules/simpletest/src/TestBase.php Check to see if two values are identical.
TestBase::assertIdenticalObject function core/modules/simpletest/src/TestBase.php Checks to see if two objects are identical.
TestBase::assertNoErrorsLogged function core/modules/simpletest/src/TestBase.php Asserts that no errors have been logged to the PHP error.log thus far.
TestBase::assertNotEqual function core/modules/simpletest/src/TestBase.php Check to see if two values are not equal.
TestBase::assertNotIdentical function core/modules/simpletest/src/TestBase.php Check to see if two values are not identical.
TestBase::assertNotNull function core/modules/simpletest/src/TestBase.php Check to see if a value is not NULL.
TestBase::assertNull function core/modules/simpletest/src/TestBase.php Check to see if a value is NULL.
TestBase::assertTrue function core/modules/simpletest/src/TestBase.php Check to see if a value is not false.
TestBase::beforePrepareEnvironment function core/modules/simpletest/src/TestBase.php Act on global state information before the environment is altered for a test.
TestBase::checkRequirements function core/modules/simpletest/src/TestBase.php Checks the matching requirements for Test.
TestBase::checkTestHierarchyMismatch function core/modules/simpletest/src/TestBase.php Fail the test if it belongs to a PHPUnit-based framework.
TestBase::config function core/modules/simpletest/src/TestBase.php Configuration accessor for tests. Returns non-overridden configuration.
TestBase::deleteAssert function core/modules/simpletest/src/TestBase.php Delete an assertion record by message ID.
TestBase::error function core/modules/simpletest/src/TestBase.php Fire an error assertion.
TestBase::errorHandler function core/modules/simpletest/src/TestBase.php Handle errors during test runs.
TestBase::exceptionHandler function core/modules/simpletest/src/TestBase.php Handle exceptions.
TestBase::fail function core/modules/simpletest/src/TestBase.php Fire an assertion that is always negative.
TestBase::filePreDeleteCallback function core/modules/simpletest/src/TestBase.php Ensures test files are deletable.
TestBase::getAssertionCall function core/modules/simpletest/src/TestBase.php Cycles through backtrace until the first non-assertion method is found.
TestBase::getDatabasePrefix function core/modules/simpletest/src/TestBase.php Gets the database prefix.
TestBase::getTempFilesDirectory function core/modules/simpletest/src/TestBase.php Gets the temporary files directory.
TestBase::insertAssert function core/modules/simpletest/src/TestBase.php Store an assertion from outside the testing context.
TestBase::pass function core/modules/simpletest/src/TestBase.php Fire an assertion that is always positive.
TestBase::prepareDatabasePrefix function core/modules/simpletest/src/TestBase.php Generates a database prefix for running tests.
TestBase::prepareEnvironment function core/modules/simpletest/src/TestBase.php Prepares the current environment for running the test.
TestBase::restoreEnvironment function core/modules/simpletest/src/TestBase.php Cleans up the test environment and restores the original environment.
TestBase::run function core/modules/simpletest/src/TestBase.php Run all tests in this class.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.