updated packages
This commit is contained in:
@@ -26,13 +26,13 @@ class ServicesResetterTest extends TestCase
|
||||
|
||||
public function testResetServices()
|
||||
{
|
||||
$resetter = new ServicesResetter(new \ArrayIterator(array(
|
||||
$resetter = new ServicesResetter(new \ArrayIterator([
|
||||
'id1' => new ResettableService(),
|
||||
'id2' => new ClearableService(),
|
||||
)), array(
|
||||
]), [
|
||||
'id1' => 'reset',
|
||||
'id2' => 'clear',
|
||||
));
|
||||
]);
|
||||
|
||||
$resetter->reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user