eZ\Publish\Core\REST\Common\Tests\Input\ParserToolsTest::testIsEmbeddedObjectReturnsTrue PHP Method

testIsEmbeddedObjectReturnsTrue() public method

    public function testIsEmbeddedObjectReturnsTrue()
    {
        $parserTools = $this->getParserTools();
        $this->assertTrue($parserTools->isEmbeddedObject(array('_href' => '/foo/bar', '_media-type' => 'application/some-type', 'id' => 23)));
    }