rcrowe\Hippy\Tests\Message\MessageTest::testRemoveNotification PHP 메소드

testRemoveNotification() 공개 메소드

    public function testRemoveNotification()
    {
        $message = new Message(true);
        $message->removeNotification();
        $this->assertFalse($message->getNotification());
    }