function __destruct()
 {
     if (!$this->_should_skip) {
         lmb_tests_teardown_db();
     }
 }
 function __destruct()
 {
     if (!$this->shouldSkip()) {
         lmb_tests_teardown_db();
     }
 }
Example #3
0
<?php

lmb_tests_teardown_db();