public function testBrand()
 {
     $context = new Context();
     $context->addFile(Yii::getAlias('@tests/controllers/BrandController.php'));
     $product = $context->getControllers()['brand'];
     $this->assertEquals('Brand Controller.', $product->shortDescription);
     $this->assertEquals('brand', $product->path);
 }