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/ArrayObjTest.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/ArrayObjTest.php')
-rw-r--r-- | tests/Components/ArrayObjTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Components/ArrayObjTest.php b/tests/Components/ArrayObjTest.php index f32173c..2df1276 100644 --- a/tests/Components/ArrayObjTest.php +++ b/tests/Components/ArrayObjTest.php @@ -38,7 +38,7 @@ class ArrayObjTest extends TestCase } /** - * @dataProvider testParseProvider + * @dataProvider parseProvider * * @param mixed $test */ @@ -47,7 +47,7 @@ class ArrayObjTest extends TestCase $this->runParserTest($test); } - public function testParseProvider() + public function parseProvider() { return [ ['parser/parseArrayErr1'], |