You are here

14 calls to DrupalTestCase::pass() in SimpleTest 7

BatchAPIPercentagesTestCase::testBatchAPIPercentages in tests/batch.test
Test the _batch_api_percentage() function with the data stored in the testCases class variable.
DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert in tests/database_test.test
Test that no action will be preformed if no fields are specified.
DatabaseInvalidDataTestCase::testInsertDuplicateData in tests/database_test.test
Traditional SQL database systems abort inserts when invalid data is encountered.
DatabaseMergeTestCase::testInvalidMerge in tests/database_test.test
Test that an invalid merge query throws an exception like it is supposed to.
DatabaseTransactionTestCase::testTransactionsNotSupported in tests/database_test.test
Test that a database that doesn't support transactions fails correctly.
DatabaseTransactionTestCase::testTransactionsSupported in tests/database_test.test
Test that a database that claims to support transactions will return a transaction object.
DrupalWebTestCase::parse in ./drupal_web_test_case.php
Parse content returned from curlExec using DOM and SimpleXML.
DrupalWebTestCase::tearDown in ./drupal_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
ImageToolkitGdTestCase::testManipulations in tests/image.test
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
MenuIncTestCase::testMenuGetNames in tests/menu.test
Test menu_get_names().
SimpleTestFunctionalTest::assertNothing in ./simpletest.test
Assert nothing.
SimpleTestFunctionalTest::stubTest in ./simpletest.test
Test to be run and the results confirmed.
UnicodeUnitTest::testEmulatedUnicode in tests/unicode.test
Test emulated unicode features.
UnicodeUnitTest::testMbStringUnicode in tests/unicode.test
Test full unicode features implemented using the mbstring extension.