mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 09:11:17 +02:00
Fix method name: providateDates > provideDates
This commit is contained in:
@@ -23,7 +23,7 @@ class StrategyTest extends TestCase
|
||||
];
|
||||
}
|
||||
|
||||
public function providateDates()
|
||||
public function provideDates()
|
||||
{
|
||||
return [
|
||||
[
|
||||
@@ -54,7 +54,7 @@ class StrategyTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @dataProvider providateDates
|
||||
* @dataProvider provideDates
|
||||
*
|
||||
* @param array $collection
|
||||
* @param array $expected
|
||||
|
Reference in New Issue
Block a user