Пример #1
0
 public function testDebugText()
 {
     $perms = new w2p_Extensions_Permissions();
     $perms->debug_text('test message');
     $this->assertEquals('test message', $perms->msg());
 }
Пример #2
0
 public function __construct($opts = null)
 {
     parent::__construct($opts);
     trigger_error("w2Pacl has been deprecated in v3.0 and will be removed by v4.0. Please use w2p_Extensions_Permissions instead.", E_USER_NOTICE);
 }
Пример #3
0
 public function __construct($opts = null)
 {
     parent::__construct($opts);
 }