Пример #1
0
 /**
  * Activate the plugin, mock all the things
  */
 public function setUp()
 {
     parent::setUp();
     if (!function_exists('fw_fix_path')) {
         /**
          * Start the framework
          */
         _action_init_framework();
     }
 }
Пример #2
0
 public function setUp()
 {
     parent::setUp();
 }