Test unicode handling features implemented in unicode.inc.

Hierarchy

Expanded class hierarchy of TableSortTest

File

core/modules/simpletest/tests/tablesort.test, line 10
Various tablesort tests.

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort descending
BackdropUnitTestCase::$originalLanguage protected property
BackdropTestCase::$setupDatabasePrefix protected property
BackdropTestCase::$setupEnvironment protected property
BackdropTestCase::$assertions protected property Assertions thrown in that test case.
BackdropTestCase::assertFalse protected function Check to see if a value is false (an empty string, 0, NULL, or FALSE).
BackdropTestCase::assertTrue protected function Check to see if a value is not false (not an empty string, 0, NULL, or FALSE).
BackdropTestCase::assertNotNull protected function Check to see if a value is not NULL.
BackdropTestCase::assertNull protected function Check to see if a value is NULL.
BackdropTestCase::assertEqual protected function Check to see if two values are equal.
BackdropTestCase::assertIdentical protected function Check to see if two values are identical.
BackdropTestCase::assertNotEqual protected function Check to see if two values are not equal.
BackdropTestCase::assertNotIdentical protected function Check to see if two values are not identical.
BackdropTestCase::checkRequirements protected function Checks the matching requirements for BackdropTestCase.
TableSortTest::tearDown function Clean up any database tables, configuration, or files after each test run. Overrides BackdropUnitTestCase::tearDown
BackdropUnitTestCase::__construct function Constructor for BackdropUnitTestCase. Overrides BackdropTestCase::__construct
BackdropTestCase::generatePermutations public static function Converts a list of possible parameters into a stack of permutations.
BackdropTestCase::$results public property Current results of this test case.
BackdropTestCase::getAssertionCall protected function Cycles through backtrace until the first non-assertion method is found.
BackdropTestCase::deleteAssert public static function Delete an assertion record by message ID.
BackdropTestCase::fail protected function Fire an assertion that is always negative.
BackdropTestCase::pass protected function Fire an assertion that is always positive.
BackdropTestCase::error protected function Fire an error assertion.
BackdropTestCase::$setup protected property Flag to indicate whether the test has been set up.
BackdropTestCase::prepareDatabasePrefix protected function Generates a database prefix for running tests.
BackdropTestCase::randomName public static function Generates a random string containing letters and numbers.
BackdropTestCase::randomString public static function Generates a random string of ASCII characters of codes 32 to 126.
BackdropTestCase::errorHandler public function Handle errors during test runs.
BackdropTestCase::exceptionHandler protected function Handle exceptions.
BackdropTestCase::$httpauth_credentials protected property HTTP authentication credentials (<username>:<password>).
BackdropTestCase::$httpauth_method protected property HTTP authentication method
BackdropTestCase::assert protected function Internal helper: stores the assert.
BackdropTestCase::verbose protected function Logs a verbose message in a text file.
BackdropTestCase::getDatabaseConnection public static function Returns the database connection to the site running Simpletest.
BackdropTestCase::run public function Run all tests in this class.
TableSortTest::setUp function Sets up unit test environment. Overrides BackdropUnitTestCase::setUp
TableSortTest::$GET protected property Storage for initial value of $_GET.
BackdropTestCase::insertAssert public static function Store an assertion from outside the testing context.
TableSortTest::testTableSortInit function Test tablesort_init().
BackdropTestCase::$databasePrefix protected property The database prefix of this test run.
BackdropTestCase::$fileDirectoryName protected property The file directory for this test's files. Usually matches $databasePrefix.
BackdropUnitTestCase::$originalModuleList protected property The list of enabled modules prior to changing for testing.
BackdropTestCase::$originalConfigDirectories protected property The original config directory array, before changing for testing purposes.
BackdropTestCase::$originalFileDirectory protected property The original file directory, before it was changed for testing purposes.
BackdropTestCase::$testId protected property The test run ID.
BackdropTestCase::$skipClasses protected property This class is skipped when looking for the source of an assertion.
BackdropTestCase::$timeLimit protected property Time limit for the test.
BackdropTestCase::$verboseDirectoryUrl protected property URL to the verbose output file directory.