Skip to content

Commit

Permalink
Update ExpanderTest.php (#3)
Browse files Browse the repository at this point in the history
Update ExpanderTest.php
  • Loading branch information
grasmash authored Aug 17, 2019
2 parents a5c3f81 + 0dfc2dc commit 1081e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/ExpanderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ExpanderTest extends \PHPUnit_Framework_TestCase
* @param array $array
* @param array $reference_array
*
* @dataProvider providerYaml
* @dataProvider providerSourceData
*/
public function testExpandArrayProperties(array $array, array $reference_array)
{
Expand All @@ -40,7 +40,7 @@ public function testExpandArrayProperties(array $array, array $reference_array)
* @return array
* An array of values to test.
*/
public function providerYaml()
public function providerSourceData()
{
return [
[
Expand Down

0 comments on commit 1081e7a

Please sign in to comment.