Exemple #1
0
 public function _after(TestInterface $t)
 {
     self::$hash = [];
 }
Exemple #2
0
 public function _after(TestCase $t)
 {
     self::$hash = [];
 }
Exemple #3
0
 public function _after(TestCase $t)
 {
     self::$hash = array();
 }
 public function _afterSuite()
 {
     self::$suiteHash = [];
 }