eZ\Publish\Core\REST\Common\Tests\Input\ParserToolsTest::testIsEmbeddedObjectReturnsFalse PHP 메소드

testIsEmbeddedObjectReturnsFalse() 공개 메소드

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