См. также: http://stateless.co/hal_specification.html
Пример #1
0
 /**
  * @dataProvider	getTestCheckData
  * @covers			FOF30\Hal\Link::check
  */
 public function testCheck($href, $templated, $expect, $message)
 {
     $halLink = new Link($href, $templated);
     $this->assertEquals($expect, $halLink->check(), $message);
 }