Beispiel #1
0
 /**
  * Runs the test
  * @param IfwPsn_Wp_Plugin_Manager $pm
  * @return mixed
  */
 public function execute(IfwPsn_Wp_Plugin_Manager $pm)
 {
     $model = new Psn_Model_Rule();
     if ($model->exists()) {
         $this->_result = true;
     }
 }