PhroznTest\Runner\CommandLine\CommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        // paths
        $base = realpath(dirname(__FILE__) . '/../../../../') . '/';
        $this->path = $base . 'configs/';
    }