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 9cbbb20 commit 6d863d2Copy full SHA for 6d863d2
Test/Integration/Scan/ScanComposerRequirementsTest.php
@@ -22,7 +22,7 @@ public function testScan()
22
{
23
$messages = $this->scan('Yireo_ExtensionChecker');
24
//$this->assertEmpty($messages, $this->getMessagesDump($messages)); // @todo: This is the goal
25
- $this->assertEquals(1, count($messages));
+ $this->assertEquals(0, count($messages));
26
27
//$messages = $this->scan('Magento_Store');
28
//$this->assertEmpty($messages, $this->getMessagesDump($messages)); // @todo: Too many things go wrong here
0 commit comments