Skip to content

Commit 0c05786

Browse files
committed
Fix test name
1 parent 7fa50fd commit 0c05786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ExamplesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class ExamplesTest extends TestCase
1212
{
1313
/**
14-
* @dataProvider testExampleDataProvider
14+
* @dataProvider exampleDataProvider
1515
*/
1616
public function testExample($filename)
1717
{
@@ -25,7 +25,7 @@ public function testExample($filename)
2525
}
2626
}
2727

28-
public function testExampleDataProvider()
28+
public function exampleDataProvider()
2929
{
3030
foreach (glob(__DIR__ . '/data/examples/*.xml') as $filename) {
3131
yield [$filename];

0 commit comments

Comments
 (0)