AllCommandsTest::testConfCommand PHP Method

testConfCommand() public method

public testConfCommand ( )
    public function testConfCommand()
    {
        $this->expectOutputRegex('/Creating symbol/');
        $this->app->run(array('lazy', 'build-conf', 'db/config/database.yml'));
    }