SqlParser\Tests\Components\IntoKeywordTest::testBuildOutfile PHP Метод

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

public testBuildOutfile ( )
    public function testBuildOutfile()
    {
        $component = IntoKeyword::parse(new Parser(), $this->getTokensList('OUTFILE "/tmp/outfile.txt"'));
        $this->assertEquals('OUTFILE "/tmp/outfile.txt"', IntoKeyword::build($component));
    }