Blog\ModuleTest::testDashboard PHP Method

testDashboard() public method

Test
public testDashboard ( ) : void
return void
    public function testDashboard()
    {
        $mvcEvent = Registry::get('Application')->getMvcEvent();
        $mvcEvent->setParam('widgets', array());
        $this->assertNull($this->object->dashboard($mvcEvent));
    }