mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
Reformat code
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
namespace Meritoo\Test\Common\Collection;
|
||||
|
||||
use ArrayIterator;
|
||||
use DateTime;
|
||||
use Generator;
|
||||
use Meritoo\Common\Collection\BaseCollection;
|
||||
use Meritoo\Common\Collection\DateTimeCollection;
|
||||
@@ -528,12 +529,12 @@ class BaseCollectionTest extends BaseTestCase
|
||||
yield [
|
||||
'Collection with existing index (collection of objects)',
|
||||
new DateTimeCollection([
|
||||
'x' => new \DateTime(),
|
||||
'y' => new \DateTime('2001-01-01'),
|
||||
'z' => new \DateTime('yesterday'),
|
||||
'x' => new DateTime(),
|
||||
'y' => new DateTime('2001-01-01'),
|
||||
'z' => new DateTime('yesterday'),
|
||||
]),
|
||||
'y',
|
||||
new \DateTime('2001-01-01'),
|
||||
new DateTime('2001-01-01'),
|
||||
];
|
||||
|
||||
yield [
|
||||
|
||||
Reference in New Issue
Block a user