Example #1
0
 /**
  */
 public function testGetActions()
 {
     $this->assertEquals($this->object, $this->object->register('TestAction', new Action\CallableActionProxy(function () {
         return 'test';
     })));
     $this->assertEquals(1, count($this->object->getActions()));
 }