Ejemplo n.º 1
0
 public function testGetLinkReturnsFalseOnFailure()
 {
     $x = new Hal('/orders');
     $this->assertFalse($x->getLink('test'));
 }