Example #1
0
 /**
  * The class alias map is kept static in the class loader for legacy reasons
  * and has to be reset after mocking.
  */
 public function tearDown()
 {
     $this->classLoader->injectClassAliasMap($this->orinalClassAliasMap);
     parent::tearDown();
 }