/**
  * @param string $language
  * @param string $namespace
  * @depends testGetNamespacePath
  * @dataProvider providerGetTopicList
  */
 public function testGetTopicList($language, $namespace)
 {
     $results = $this->lexicon->getTopicList($language, $namespace);
     $this->assertNotEmpty($results);
 }