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 bab8870 commit 4ea1908Copy full SHA for 4ea1908
tests/unit/DocBlock/DescriptionTest.php
@@ -93,7 +93,7 @@ public function testDescriptionTagsGetter(): void
93
94
$fixture = new Description($body, $tags);
95
96
- $this->assertEquals(2, count($fixture->getTags()));
+ $this->assertCount(2, $fixture->getTags());
97
98
$actualTags = $fixture->getTags();
99
$this->assertSame($tags, $actualTags);
0 commit comments