Example #1
0
 /**
  * Test that an actual HTTP-request is sent (and received)
  *
  */
 public function testRequestIsSent()
 {
     $this->assertSame('1', $this->method->request($this->serverUrl, true));
 }