/**
  * Tests the create method.
  */
 public function testCreate()
 {
     $contactManager = new ContactManager('Mremi\\ContactBundle\\Model\\Contact');
     $this->assertInstanceOf('Mremi\\ContactBundle\\Model\\Contact', $contactManager->create());
 }