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

testIsEmbeddedObjectReturnsFalse() public method

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