Blog\ModuleTest::testDashboard PHP 메소드

testDashboard() 공개 메소드

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