public function tearDown()
 {
     parent::tearDown();
     shell_exec("rm -rf " . ROOT_PATH . "/mocktest");
 }
 public function tearDown()
 {
     parent::tearDown();
     shell_exec("rm -rf " . APPLICATION_NODE_PATH . "/mocktest");
 }