Ejemplo n.º 1
0
 /**
  * @return void
  */
 public function testDefaultTransferIsNull()
 {
     $response = new Request();
     $this->assertEquals(null, $response->getTransfer());
     $this->assertEquals(null, $response->getMetaTransfer('asd'));
 }