AllCommandsTest::testMigrateCommand PHP Method

testMigrateCommand() public method

public testMigrateCommand ( )
    public function testMigrateCommand()
    {
        $this->expectOutputRegex('/Found/');
        $this->app->run(array('lazy', 'migrate', 'status'));
        // $this->app->run(array('lazy','migrate','up'));
        // $this->app->run(array('lazy','migrate','down'));
    }