/**
  * @covers ::getConstraints
  */
 public function testGetConstraints()
 {
     $this->assertInternalType('array', $this->entity->getConstraints());
 }