public function testGetArrayCopy()
 {
     $arrayCopy = $this->entity->getArrayyCopy();
     $this->assertEmpty($arrayCopy);
 }