public function testGetName()
 {
     $info = new CollectionInfo(['name' => 'foo']);
     $this->assertSame('foo', $info->getName());
 }