标签: zend-framework phpunit phpunit-testing
我要为此功能编写单元测试:
public function dispatch($action){ try{ $this->$action(); }catch{ } }
请帮助我,如何为该函数编写测试,以及方法$ this-> $ action()。