Skip to content

Commit c36180b

Browse files
Fix test provider
1 parent 3bcb959 commit c36180b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Loader/XmlFileLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ public function testBindingsAndInnerCollections($bindName, $expected)
11811181
$this->assertEquals($actual, $expected);
11821182
}
11831183

1184-
public function dataForBindingsAndInnerCollections()
1184+
public static function dataForBindingsAndInnerCollections()
11851185
{
11861186
return [
11871187
['bar1', ['item.1', 'item.2']],

0 commit comments

Comments
 (0)