Blog\ModuleTest::testDashboard PHP Méthode

testDashboard() public méthode

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