Skip to content

Commit 875784b

Browse files
committed
WIP
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 56d06d1 commit 875784b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/ContextTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ public function testWillNotInstantiateWithoutComposerJsonAutoloadPSR4(): void
4545
$fileSystem = vfsStream::setup('root', 0644, [
4646
'composer.json' => '{"autoload":[]}',
4747
]);
48-
$this->expectExceptionMessage(sprintf('%s/composer.json: key "autoload"."psr-4" not found', $fileSystem->url()));
48+
$this->expectExceptionMessage(
49+
sprintf('%s/composer.json: key "autoload"."psr-4" not found', $fileSystem->url())
50+
);
4951

5052
new Context($fileSystem->url());
5153
}

0 commit comments

Comments
 (0)