We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99f7d5 commit 0e7f0f6Copy full SHA for 0e7f0f6
tests/Model/Common/KeyValueCollectionTest.php
@@ -21,6 +21,7 @@ public function testCount(): void
21
{
22
$collection = new KeyValueCollection(['test' => 'test']);
23
self::assertCount(1, $collection);
24
+ self::assertEquals(1, $collection->count());
25
}
26
27
public function testIsEmpty(): void
0 commit comments