Skip to content

Commit 4ea1908

Browse files
carusogabrieljaapio
authored andcommitted
Use assertCount (#140)
1 parent bab8870 commit 4ea1908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/DocBlock/DescriptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function testDescriptionTagsGetter(): void
9393

9494
$fixture = new Description($body, $tags);
9595

96-
$this->assertEquals(2, count($fixture->getTags()));
96+
$this->assertCount(2, $fixture->getTags());
9797

9898
$actualTags = $fixture->getTags();
9999
$this->assertSame($tags, $actualTags);

0 commit comments

Comments
 (0)