public function testIfBundleIsCleaned()
 {
     $this->assertEquals('Core.foo', $this->frameworkExtension->convertToTranslation('SumoCoders_FrameworkCoreBundle_foo'));
     $this->assertEquals('Namespace.NameOfThe.foo', $this->frameworkExtension->convertToTranslation('Namespace_NameOfTheBundle_foo'));
 }