Пример #1
0
 public function _after(TestInterface $t)
 {
     self::$hash = [];
 }
Пример #2
0
 public function _after(TestCase $t)
 {
     self::$hash = [];
 }
Пример #3
0
 public function _after(TestCase $t)
 {
     self::$hash = array();
 }
Пример #4
0
 public function _afterSuite()
 {
     self::$suiteHash = [];
 }