/** * @covers PHPExiftool\FileEntity::getMetadatas */ public function testGetMetadatas() { $this->assertInstanceOf('\\PHPExiftool\\Driver\\Metadata\\MetadataBag', $this->object->getMetadatas()); $this->assertEquals(349, count($this->object->getMetadatas())); }
/** * * @return MetadataBag */ public function getMetadatas() { return $this->entity->getMetadatas(); }