Fix method name: providateDates > provideDates

This commit is contained in:
Sara Bine
2017-04-05 17:47:02 -06:00
parent b5a7241f49
commit 7b90f08877

View File

@@ -23,7 +23,7 @@ class StrategyTest extends TestCase
]; ];
} }
public function providateDates() public function provideDates()
{ {
return [ return [
[ [
@@ -54,7 +54,7 @@ class StrategyTest extends TestCase
} }
/** /**
* @dataProvider providateDates * @dataProvider provideDates
* *
* @param array $collection * @param array $collection
* @param array $expected * @param array $expected