/**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     global $L_INOTIFY_DO_ACTION;
     parent::tearDown();
     // Removes flag file eventually created
     if (is_file($L_INOTIFY_DO_ACTION)) {
         unlink($L_INOTIFY_DO_ACTION);
     }
 }
Example #2
0
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     parent::tearDown();
 }