protected function TemplateMethodsTest::assertPreConditions in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/TemplateMethodsTest.php \TemplateMethodsTest::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
Overrides PHPUnit_Framework_TestCase::assertPreConditions
File
- vendor/
phpunit/ phpunit/ tests/ _files/ TemplateMethodsTest.php, line 14
Class
Code
protected function assertPreConditions() {
print __METHOD__ . "\n";
}