Example #1
0
 /**
  * @depends testConstruct
  */
 public function testOthers()
 {
     $this->ctrl->init();
     $this->ctrl->addTodo('remove', 'del', 'delete');
     $this->ctrl->setTodo('remove');
     $this->ctrl->getTodoURL();
     $this->ctrl->getTodoURL('remove');
     $this->ctrl->getTodoURL('nothere');
     // hier ist nicht klar, ob des gehen soll
 }