コード例 #1
0
 /**
  * Tear down the test environment.
  */
 public function tearDown()
 {
     Bundle::$started = array();
     Bundle::$elements = array();
     unset(Bundle::$bundles['foo']);
 }