We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f4692 commit 37f605fCopy full SHA for 37f605f
1 file changed
tests/PluginTest.php
@@ -17,7 +17,7 @@ public function testPluginDetails()
17
{
18
$details = $this->plugin->pluginDetails();
19
$this->assertTrue(is_array($details));
20
- $this->assertCount(3, $details);
+ $this->assertGreaterThanOrEqual(3, $details);
21
}
22
23
/**
0 commit comments