Skip to content

Commit

Permalink
💀skull test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Sep 22, 2023
1 parent 9df1e04 commit 5d38f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Ease/Logger/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function testGetTypeUnicodeSymbol()
{
$this->assertEquals('✉', Message::getTypeUnicodeSymbol('mail',false));
$this->assertEquals('⚠', Message::getTypeUnicodeSymbol('warning',false));
$this->assertEquals('', Message::getTypeUnicodeSymbol('error',false));
$this->assertEquals('💀', Message::getTypeUnicodeSymbol('error',false));
$this->assertEquals('❁', Message::getTypeUnicodeSymbol('success',false));
$this->assertEquals('⚙', Message::getTypeUnicodeSymbol('debug',false));
$this->assertEquals('ⓘ', Message::getTypeUnicodeSymbol('info',false));
Expand Down

0 comments on commit 5d38f14

Please sign in to comment.