You are here

20 calls to DrupalTestCase::fail() in SimpleTest 7

BatchAPIPercentagesTestCase::testBatchAPIPercentages in tests/batch.test
Test the _batch_api_percentage() function with the data stored in the testCases class variable.
DatabaseExtraTypesTestCase::testDateField in tests/database_test.test
Test the date data type.
DatabaseExtraTypesTestCase::testTimeField in tests/database_test.test
Test the time data type.
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.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DatabaseTransactionTestCase::testCommittedTransaction in tests/database_test.test
Test committed transaction.
DatabaseTransactionTestCase::testTransactionRollBackNotSupported in tests/database_test.test
Test transaction rollback on a database that does not support transactions.
DatabaseTransactionTestCase::testTransactionRollBackSupported in tests/database_test.test
Test transaction rollback on a database that supports transactions.
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.
DrupalTagsHandlingTestCase::assertTags in tests/common.test
Helper function: asserts that the ending array of tags is what we wanted.
DrupalWebTestCase::checkPermissions in ./drupal_web_test_case.php
Check to make sure that the array of permissions are valid.
DrupalWebTestCase::drupalPost in ./drupal_web_test_case.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
DrupalWebTestCase::parse in ./drupal_web_test_case.php
Parse content returned from curlExec using DOM and SimpleXML.
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.
SimpleTestFunctionalTest::asText in ./simpletest.test
Extract the text contained by the element.
SimpleTestFunctionalTest::stubTest in ./simpletest.test
Test to be run and the results confirmed.
SimpleTestMissingDependentModuleUnitTest::testFail in ./simpletest.test
Ensure that this test will not be loaded despite its dependency.