Skip to content

Commit

Permalink
fixing styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Aug 19, 2024
1 parent 80a79bb commit 2028358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Container/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public function testUnknownEntryThrowsException()
public function testUnknownEntryThrowsExceptionWithExpectedMessage()
{
$this->expectException(EntryNotFoundException::class);
$this->expectExceptionMessage("No container bind defined for: Taylor.");
$this->expectExceptionMessage('No container bind defined for: Taylor.');

$container = new Container;
$container->get('Taylor');
Expand Down

0 comments on commit 2028358

Please sign in to comment.