/**
  * Test getParent method.
  *
  * @covers  Application\Sonata\UserBundle\ApplicationSonataUserBundle::getParent
  */
 public function testGetParent()
 {
     $this->assertEquals('SonataUserBundle', $this->applicationSonataUserBundle->getParent());
 }