public function testAddDependency()
 {
     PropelL10n::addDependency('de-DE', 'en-US');
     $this->assertTrue(PropelL10n::hasDependency('de-DE'));
     $this->assertEquals(['de-DE' => 'en-US'], PropelL10n::getDependencies());
 }