rcrowe\Hippy\Tests\Message\MessageTest::testRemoveNotification PHP Метод

testRemoveNotification() публичный Метод

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