/**
  *  @depends  testCreateFromFactory
  */
 public function testFillerText(LocaleInterface $en)
 {
     $filler = $en->getFillerText();
     $this->assertNotEmpty($filler);
 }