Skip to content

Commit 0e7f0f6

Browse files
author
Philipp Marien
committed
merged countable
1 parent e99f7d5 commit 0e7f0f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Model/Common/KeyValueCollectionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function testCount(): void
2121
{
2222
$collection = new KeyValueCollection(['test' => 'test']);
2323
self::assertCount(1, $collection);
24+
self::assertEquals(1, $collection->count());
2425
}
2526

2627
public function testIsEmpty(): void

0 commit comments

Comments
 (0)