Skip to content

Commit 730987f

Browse files
committed
Adjusting the Unit Test
1 parent 4b2c1b4 commit 730987f

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Module/Test/Unit/ModuleList

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Module/Test/Unit/ModuleList/LoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function testLoadCircular()
164164
/**
165165
* @throws \Magento\Framework\Exception\LocalizedException
166166
*/
167-
public function testLoadPrearranged(): void
167+
public function testLoadPrearranged()
168168
{
169169
$fixtures = [
170170
'Foo_Bar' => ['name' => 'Foo_Bar', 'sequence' => ['Magento_Store']],

0 commit comments

Comments
 (0)