]> git.localhorst.tv Git - alttp.git/blobdiff - tests/Unit/Models/ChatLogTest.php
refine hi classification
[alttp.git] / tests / Unit / Models / ChatLogTest.php
index 72fd172f727e6f16ef82fa1ec1d69fe138621bb4..30b8732a09c3fe77c54788c87e16af5099eae96a 100644 (file)
@@ -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!'));