コード例 #1
0
 function after($method)
 {
     if (!in_array(strtolower($method), $this->methods)) {
         $this->selenium->deleteCookie('selenium', 'path=/');
         $this->selenium->stop();
     }
     return parent::after($method);
 }
コード例 #2
0
 public function after($method)
 {
     Configure::write('Database.logSQL', 0);
     parent::after($method);
     Configure::write('Database.logSQL', 2);
 }
コード例 #3
0
 function after()
 {
     parent::after('end');
 }