diff options
author | Maurício Meneghini Fauth <mauriciofauth@gmail.com> | 2019-01-16 18:36:52 -0200 |
---|---|---|
committer | Maurício Meneghini Fauth <mauriciofauth@gmail.com> | 2019-01-16 18:36:52 -0200 |
commit | 69ee1104925e7cdcc29269cd653ecb3ef6e71937 (patch) | |
tree | 2802a05deb66f19a7fb26e046f13639757371d62 /tests/Components/LimitTest.php | |
parent | 17da8a34b81442524a8e01fead7b5968fa1cc39d (diff) | |
download | sql-parser-69ee1104925e7cdcc29269cd653ecb3ef6e71937.zip sql-parser-69ee1104925e7cdcc29269cd653ecb3ef6e71937.tar.gz sql-parser-69ee1104925e7cdcc29269cd653ecb3ef6e71937.tar.bz2 |
Fix risky tests
- Rename test providers
- Mark tests as incomplete
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'tests/Components/LimitTest.php')
-rw-r--r-- | tests/Components/LimitTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Components/LimitTest.php b/tests/Components/LimitTest.php index f7bbbce..b1b7943 100644 --- a/tests/Components/LimitTest.php +++ b/tests/Components/LimitTest.php @@ -21,7 +21,7 @@ class LimitTest extends TestCase } /** - * @dataProvider testParseProvider + * @dataProvider parseProvider * * @param mixed $test */ @@ -30,7 +30,7 @@ class LimitTest extends TestCase $this->runParserTest($test); } - public function testParseProvider() + public function parseProvider() { return [ ['parser/parseLimitErr1'], |