DotsUnited\BundleFu\Tests\TestCase::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->bundle = new Bundle();
        $this->bundle->setDocRoot(__DIR__ . '/_files');
    }