mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 01:32:22 +01:00
Fix method name: providateDates > provideDates
This commit is contained in:
parent
b5a7241f49
commit
7b90f08877
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user