/**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct('reveal-template', __FILE__, array());
 }
Пример #2
0
 function test_widget_version()
 {
     $this->assertEquals('010', C2C_Widget_010::version());
 }