ImboUnitTest\EventListener\StatsAccessTest::testListensToTheSameEventsAsTheStatsResource PHP Method

testListensToTheSameEventsAsTheStatsResource() public method

See also: https://github.com/imbo/imbo/issues/249
    public function testListensToTheSameEventsAsTheStatsResource()
    {
        $this->assertSame(array_keys(StatsAccess::getSubscribedEvents()), array_keys(StatsResource::getSubscribedEvents()), 'The stats access event listener does not listen to the same events as the stats resource, which it should');
    }