Ejemplo n.º 1
0
 public function testBuild()
 {
     $hateoasBuilder = new HateoasBuilder();
     $hateoas = $hateoasBuilder->build();
     $this->object($hateoas)->isInstanceOf('Hateoas\\Hateoas');
 }
Ejemplo n.º 2
0
 public function testBuild()
 {
     $hateoasBuilder = new HateoasBuilder();
     $hateoas = $hateoasBuilder->build();
     $this->assertInstanceOf('Hateoas\\Hateoas', $hateoas);
 }