You are here

protected function DifferTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/diff/tests/DifferTest.php \SebastianBergmann\Diff\DifferTest::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/diff/tests/DifferTest.php, line 28

Class

DifferTest

Namespace

SebastianBergmann\Diff

Code

protected function setUp() {
  $this->differ = new Differ();
}