Phprest\Service\Hateoas\HateoasTest::testGetter PHP Method

testGetter() public method

public testGetter ( )
    public function testGetter()
    {
        $service = new Service();
        $service->register($this->container, $this->hateoasConfig);
        $this->assertInstanceOf('\\Hateoas\\Hateoas', $this->serviceHateoas());
    }