예제 #1
0
파일: HalTest.php 프로젝트: BWorld/hal-1
 public function testGetLinkReturnsFalseOnFailure()
 {
     $x = new Hal('/orders');
     $this->assertFalse($x->getLink('test'));
 }