Example #1
0
 public function assertPersisted($entity)
 {
     $this->test->assertFalse($this->persistenceManager->isNewObject($entity), 'The Entity of type ' . get_class($entity) . ' is not persisted.');
     return $this;
 }