Пример #1
0
 public function testDuplicateNotExists()
 {
     $this->setExpectedException('\\Centreon\\Internal\\Exception', "Object not in database.", 0);
     User::duplicate(42);
 }