Exemplo n.º 1
0
 public function testTranslationFactory()
 {
     $this->translatable->setTranslationFactory($translationFactory = $this->createFactoryMock());
     $this->assertSame($translationFactory, $this->translatable->getTranslationFactory());
 }