Example #1
0
 /**
  * @covers ::getNameKey
  */
 public function testGetNameKey()
 {
     $this->assertEquals('name', Model::getNameKey());
 }