示例#1
0
 /**
  * @covers ::getConstraints
  */
 public function testGetConstraints()
 {
     $this->assertInternalType('array', $this->entityAdapter->getConstraints());
 }