protected function PHPUnit_Framework_TestCase::assertPreConditions

Performs assertions shared by all tests of a test case.

This method is called before the execution of a test starts and after setUp() is called.

@since Method available since Release 3.2.8

1 call to PHPUnit_Framework_TestCase::assertPreConditions()
PHPUnit_Framework_TestCase::runBare in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
Runs the bare test sequence.
6 methods override PHPUnit_Framework_TestCase::assertPreConditions()
ExceptionInAssertPostConditionsTest::assertPreConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPostConditionsTest.php
Performs assertions shared by all tests of a test case.
ExceptionInAssertPreConditionsTest::assertPreConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPreConditionsTest.php
Performs assertions shared by all tests of a test case.
ExceptionInSetUpTest::assertPreConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInSetUpTest.php
Performs assertions shared by all tests of a test case.
ExceptionInTearDownTest::assertPreConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php
Performs assertions shared by all tests of a test case.
ExceptionInTest::assertPreConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTest.php
Performs assertions shared by all tests of a test case.

... See full list

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 1834

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

protected function assertPreConditions() {
}