Phprest\Service\Hateoas\UtilTest::testNotAcceptableSerialize PHP Method

testNotAcceptableSerialize() public method

    public function testNotAcceptableSerialize()
    {
        $request = $this->setRequestParameters('phprest', '2.4', 'yaml');
        $this->serialize(['a' => 1, 'b' => 2], $request, new Response());
    }