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