Elgg\Notifications\SubscriptionsServiceTest::testGetSubscriptionsWithNoMethodsRegistered PHP Method

testGetSubscriptionsWithNoMethodsRegistered() public method

    public function testGetSubscriptionsWithNoMethodsRegistered()
    {
        $service = new \Elgg\Notifications\SubscriptionsService($this->db);
        $this->assertEquals(array(), $service->getSubscriptions($this->event));
    }