С версии: 3.0.0
Автор: Henry Ruhs
Наследование: extends Redaxscript\Template\Tag
Пример #1
0
 /**
  * testPanel
  *
  * @since 3.0.0
  */
 public function testPanel()
 {
     /* actual */
     $actual = Admin\Template\Tag::panel();
     /* compare */
     $this->assertString($actual);
 }