Пример #1
0
 /**
  * Tests the setter/getter for the actions.
  *
  * @return void
  */
 public function testSetGetActions()
 {
     $this->descriptor->setActions($actions = array(new \stdClass()));
     $this->assertSame($actions, $this->descriptor->getActions());
 }