/**
  * Invoked after the test suite has ran, allowing for the display of
  * test results and related statistics.
  */
 public function afterRun()
 {
     TestCase::tearDownAfterClass();
 }