Добавлены тесты для новоявленного компонента

This commit is contained in:
ErickSkrauch
2017-04-25 02:09:59 +03:00
parent 8c6921ff0e
commit f3259c9c0e
6 changed files with 117 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ abstract class TemplateWithRenderer extends Template {
*
* @return string
*/
abstract protected function getTemplateName(): string;
abstract public function getTemplateName(): string;
protected final function getView() {
return $this->getTemplateName();