summaryrefslogtreecommitdiffstats
path: root/tests/Parser/LoadStatementTest.php
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-01-16 18:36:52 -0200
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-01-16 18:36:52 -0200
commit69ee1104925e7cdcc29269cd653ecb3ef6e71937 (patch)
tree2802a05deb66f19a7fb26e046f13639757371d62 /tests/Parser/LoadStatementTest.php
parent17da8a34b81442524a8e01fead7b5968fa1cc39d (diff)
downloadsql-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/Parser/LoadStatementTest.php')
-rw-r--r--tests/Parser/LoadStatementTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/LoadStatementTest.php b/tests/Parser/LoadStatementTest.php
index 41e947b..e56246d 100644
--- a/tests/Parser/LoadStatementTest.php
+++ b/tests/Parser/LoadStatementTest.php
@@ -17,7 +17,7 @@ class LoadStatementTest extends TestCase
}
/**
- * @dataProvider testLoadProvider
+ * @dataProvider loadProvider
*
* @param mixed $test
*/
@@ -26,7 +26,7 @@ class LoadStatementTest extends TestCase
$this->runParserTest($test);
}
- public function testLoadProvider()
+ public function loadProvider()
{
return [
['parser/parseLoad1'],