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