Skip to content

Commit

Permalink
Unit Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Nov 12, 2023
1 parent c13f28f commit b7ae1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Ease/Logger/LoggingTest.php
Expand Up @@ -86,7 +86,7 @@ public function testLogBanner()
$this->object->logBanner();
$statuses = $this->object->getStatusMessages();
$this->assertStringContainsString(
'EasePHP Framework',
'EaseCore',
end($statuses)->body
);
}
Expand Down

0 comments on commit b7ae1dc

Please sign in to comment.