Joli\JoliNotif\tests\Notifier\NullNotifierTest::testGetPriority PHP Method

testGetPriority() public method

public testGetPriority ( )
    public function testGetPriority()
    {
        $notifier = $this->getNotifier();
        $this->assertSame(Notifier::PRIORITY_LOW, $notifier->getPriority());
    }