AllCommandsTest::testListSchemaCommand PHP Метод

testListSchemaCommand() публичный Метод

    public function testListSchemaCommand()
    {
        $this->expectOutputRegex('/AuthorBooks\\\\Model\\\\AuthorSchema/');
        $this->app->run(array('lazy', 'schema', 'list'));
    }