Skip to content

Commit 6d863d2

Browse files
committed
There should not be any issues with composer deps here anymore :)
1 parent 9cbbb20 commit 6d863d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Integration/Scan/ScanComposerRequirementsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testScan()
2222
{
2323
$messages = $this->scan('Yireo_ExtensionChecker');
2424
//$this->assertEmpty($messages, $this->getMessagesDump($messages)); // @todo: This is the goal
25-
$this->assertEquals(1, count($messages));
25+
$this->assertEquals(0, count($messages));
2626

2727
//$messages = $this->scan('Magento_Store');
2828
//$this->assertEmpty($messages, $this->getMessagesDump($messages)); // @todo: Too many things go wrong here

0 commit comments

Comments
 (0)