You are here

protected function PHPUnit_Framework_TestSuite::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/TestSuite.php \PHPUnit_Framework_TestSuite::setUp()

Template Method that is called before the tests of this test suite are run.

@since Method available since Release 3.1.0

1 call to PHPUnit_Framework_TestSuite::setUp()
PHPUnit_Framework_TestSuite::run in vendor/phpunit/phpunit/src/Framework/TestSuite.php
Runs the tests and collects their result in a TestResult.

File

vendor/phpunit/phpunit/src/Framework/TestSuite.php, line 994

Class

PHPUnit_Framework_TestSuite
A TestSuite is a composite of Tests. It runs a collection of test cases.

Code

protected function setUp() {
}