diff options
Diffstat (limited to 'tests/Parser/LimitKeywordTest.php')
-rw-r--r-- | tests/Parser/LimitKeywordTest.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/Parser/LimitKeywordTest.php b/tests/Parser/LimitKeywordTest.php deleted file mode 100644 index 2e7831d..0000000 --- a/tests/Parser/LimitKeywordTest.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php - -namespace SqlParser\Tests\Parser; - -use SqlParser\Tests\TestCase; - -class LimitKeywordTest extends TestCase -{ - - /** - * @dataProvider testCallProvider - */ - public function testCall($test) - { - $this->runParserTest($test); - } - - public function testCallProvider() - { - return array( - array('parseLimitErr1'), - array('parseLimitErr2'), - ); - } -} |