summaryrefslogtreecommitdiffstats
path: root/tests/Components/ArrayObjTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/ArrayObjTest.php')
-rw-r--r--tests/Components/ArrayObjTest.php4
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'],