protected function BlacklistTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/sebastian/global-state/tests/BlacklistTest.php \SebastianBergmann\GlobalState\BlacklistTest::setUp()
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
Overrides PHPUnit_Framework_TestCase::setUp
File
- vendor/
sebastian/ global-state/ tests/ BlacklistTest.php, line 60
Class
- BlacklistTest
- @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Namespace
SebastianBergmann\GlobalStateCode
protected function setUp() {
$this->blacklist = new Blacklist();
}