Exemplo n.º 1
0
 /**
  * @param string $name
  * @return mixed
  */
 public function getData($name)
 {
     return $this->response->getData($name);
 }
Exemplo n.º 2
0
 public function testGetDataNameWasNotFound()
 {
     $this->assertNull($this->object->getData('test'));
 }