|
BackdropUnitTestCase::__construct |
core/modules/simpletest/backdrop_web_test_case.php |
Constructor for BackdropUnitTestCase. |
|
BackdropUnitTestCase::tearDown |
core/modules/simpletest/backdrop_web_test_case.php |
Clean up any database tables, configuration, or files after each test run. |
|
BackdropUnitTestCase::setUp |
core/modules/simpletest/backdrop_web_test_case.php |
Sets up unit test environment. |
|
BackdropTestCase::__construct |
core/modules/simpletest/backdrop_web_test_case.php |
Constructor for BackdropTestCase. |
|
BackdropTestCase::verbose |
core/modules/simpletest/backdrop_web_test_case.php |
Logs a verbose message in a text file. |
|
BackdropTestCase::tearDown |
core/modules/simpletest/backdrop_web_test_case.php |
Clean up any database tables, configuration, or files after each test run. |
|
BackdropTestCase::setUp |
core/modules/simpletest/backdrop_web_test_case.php |
Prepare an environment in which tests will be executed. |
|
BackdropTestCase::run |
core/modules/simpletest/backdrop_web_test_case.php |
Run all tests in this class. |
|
BackdropTestCase::randomString |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a random string of ASCII characters of codes 32 to 126. |
|
BackdropTestCase::randomName |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a random string containing letters and numbers. |
|
BackdropTestCase::prepareDatabasePrefix |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a database prefix for running tests. |
|
BackdropTestCase::pass |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an assertion that is always positive. |
|
BackdropTestCase::insertAssert |
core/modules/simpletest/backdrop_web_test_case.php |
Store an assertion from outside the testing context. |
|
BackdropTestCase::getDatabaseConnection |
core/modules/simpletest/backdrop_web_test_case.php |
Returns the database connection to the site running Simpletest. |
|
BackdropTestCase::getAssertionCall |
core/modules/simpletest/backdrop_web_test_case.php |
Cycles through backtrace until the first non-assertion method is found. |
|
BackdropTestCase::generatePermutations |
core/modules/simpletest/backdrop_web_test_case.php |
Converts a list of possible parameters into a stack of permutations. |
|
BackdropTestCase::fail |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an assertion that is always negative. |
|
BackdropTestCase::exceptionHandler |
core/modules/simpletest/backdrop_web_test_case.php |
Handle exceptions. |
|
BackdropTestCase::errorHandler |
core/modules/simpletest/backdrop_web_test_case.php |
Handle errors during test runs. |
|
BackdropTestCase::error |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an error assertion. |
|
BackdropTestCase::deleteAssert |
core/modules/simpletest/backdrop_web_test_case.php |
Delete an assertion record by message ID. |
|
BackdropTestCase::checkRequirements |
core/modules/simpletest/backdrop_web_test_case.php |
Checks the matching requirements for BackdropTestCase. |
|
BackdropTestCase::assertTrue |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if a value is not false (not an empty string, 0, NULL, or FALSE). |
|
BackdropTestCase::assertNull |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if a value is NULL. |
|
BackdropTestCase::assertNotNull |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if a value is not NULL. |
|
BackdropTestCase::assertNotIdentical |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if two values are not identical. |
|
BackdropTestCase::assertNotEqual |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if two values are not equal. |
|
BackdropTestCase::assertIdentical |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if two values are identical. |
|
BackdropTestCase::assertFalse |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if a value is false (an empty string, 0, NULL, or FALSE). |
|
BackdropTestCase::assertEqual |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if two values are equal. |
|
BackdropTestCase::assert |
core/modules/simpletest/backdrop_web_test_case.php |
Internal helper: stores the assert. |
|
BackdropTemporaryStreamWrapper::getExternalUrl |
core/includes/stream_wrappers.inc |
Overrides getExternalUrl(). |
|
BackdropTemporaryStreamWrapper::getDirectoryPath |
core/includes/stream_wrappers.inc |
Implements abstract public function getDirectoryPath() |
|
BackdropSystemListingCompatibleTestCase::testBackdropSystemListing |
core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test |
Non-empty test* method required to executed the test case class. |
|
BackdropSystemListingCompatibleTestCase::setUp |
core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test |
Sets up a Backdrop site for running functional and integration tests. |
|
BackdropStreamWrapperInterface::setUri |
core/includes/stream_wrappers.inc |
Set the absolute stream resource URI. |
|
BackdropStreamWrapperInterface::realpath |
core/includes/stream_wrappers.inc |
Returns canonical, absolute path of the resource. |
|
BackdropStreamWrapperInterface::getUri |
core/includes/stream_wrappers.inc |
Returns the stream resource URI. |
|
BackdropStreamWrapperInterface::getMimeType |
core/includes/stream_wrappers.inc |
Returns the MIME type of the resource. |
|
BackdropStreamWrapperInterface::getExternalUrl |
core/includes/stream_wrappers.inc |
Returns a web accessible URL for the resource. |
|
BackdropStreamWrapperInterface::dirname |
core/includes/stream_wrappers.inc |
Gets the name of the directory from a given path. |
|
BackdropStreamWrapperInterface::chmod |
core/includes/stream_wrappers.inc |
Changes permissions of the resource. |
|
BackdropSetMessageTest::testSetRemoveMessages |
core/modules/system/tests/system.test |
Tests setting messages and removing one before it is displayed. |
|
BackdropSetMessageTest::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
|
BackdropSessionHandler::write |
core/includes/session.inc |
|
|
BackdropSessionHandler::read |
core/includes/session.inc |
|
|
BackdropSessionHandler::open |
core/includes/session.inc |
|
|
BackdropSessionHandler::gc |
core/includes/session.inc |
|
|
BackdropSessionHandler::destroy |
core/includes/session.inc |
|
|
BackdropSessionHandler::close |
core/includes/session.inc |
|