public function testSetGetActionName() { $this->_model->setActionName('view'); $this->assertEquals('view', $this->_model->getActionName()); $this->markTestIncomplete('setActionName() logic is unclear.'); }