/**
  * @covers sCategories::sGetMainCategories
  */
 public function testsGetMainCategories()
 {
     $this->assertEquals($this->module->sGetMainCategories(), $this->module->sGetCategories(Shopware()->Shop()->get('parentID')));
     $this->assertNotEquals($this->module->sGetMainCategories(), $this->module->sGetCategories(5));
 }