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