Example #1
0
 public function testCacheShouldreturnEmptyStringIfEndpointDoesNotExist()
 {
     $this->assertEquals("", Client::cache("http://somethingNonExistent"));
 }