ADesigns\CalendarBundle\Tests\Controller\CalendarControllerTest::testLoadCalendarEmptyAction PHP Method

testLoadCalendarEmptyAction() public method

    public function testLoadCalendarEmptyAction()
    {
        $client = static::createClient();
        $client->request('GET', '/fc-load-events', array('start' => $this->startTime->getTimestamp(), 'end' => $this->startTime->getTimestamp()));
        $this->assertEquals('[]', $client->getResponse()->getContent());
    }