X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=tests%2FUnit%2FModels%2FChatLogTest.php;h=30b8732a09c3fe77c54788c87e16af5099eae96a;hb=d6d76247ada28bee99ff5f0a91706ce7edb68a7f;hp=72fd172f727e6f16ef82fa1ec1d69fe138621bb4;hpb=1d3c8c6a96fc45d839f0e3719baca790059d189f;p=alttp.git diff --git a/tests/Unit/Models/ChatLogTest.php b/tests/Unit/Models/ChatLogTest.php index 72fd172..30b8732 100644 --- a/tests/Unit/Models/ChatLogTest.php +++ b/tests/Unit/Models/ChatLogTest.php @@ -17,6 +17,7 @@ class ChatLogTest extends TestCase { $this->assertEquals('hi', ChatLog::classify('hi')); $this->assertEquals('hi', ChatLog::classify('hallo')); + $this->assertNotEquals('hi', ChatLog::classify('hier steht was')); $this->assertEquals('hype', ChatLog::classify('122 Hype!'));