public function testGetAllMetadata()
 {
     $metaCollection = $this->factory->getAllMetadata();
     $this->assertInternalType('array', $metaCollection);
     $this->assertGreaterThan(0, count($metaCollection));
 }