Certificationy\Cli\Tests\Command\StartCommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $app = new Application();
        $app->add(new StartCommand());
        $this->command = $app->find('start');
        $this->configFile = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'config.yml';
    }