mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 21:47:25 +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 [
|
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
|
||||||
|
Reference in New Issue
Block a user