コード例 #1
0
 function __destruct()
 {
     if (!$this->_should_skip) {
         lmb_tests_teardown_db();
     }
 }
コード例 #2
0
 function __destruct()
 {
     if (!$this->shouldSkip()) {
         lmb_tests_teardown_db();
     }
 }
コード例 #3
0
ファイル: .teardown.php プロジェクト: snowjobgit/limb
<?php

lmb_tests_teardown_db();