Exemplo n.º 1
0
 /**
  * @expectedException \Dunglas\ApiBundle\Exception\InvalidArgumentException
  * @expectedExceptionMessage The attribute "id" cannot be the identifier: this attribute does not exist.
  */
 public function testSetNotExistingIdentifierName()
 {
     $this->classMetadata->withIdentifierName('id');
 }