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

setUp() public method

public setUp ( )
    public function setUp()
    {
        // paths
        $base = realpath(dirname(__FILE__) . '/../../../../') . '/';
        $this->paths = array('app' => $base, 'bin' => $base . 'bin/', 'lib' => $base . 'library/', 'configs' => $base . 'configs/', 'skeleton' => $base . 'skeleton/');
    }