Exemplo n.º 1
0
 /**
  * Asserts that after calling InternalAutoloader::removeAll() no instance of
  * InternalAutoloader is registered
  *
  * @return void
  * @see InternalAutoloader::removeAll()
  */
 public function testRemoveAll()
 {
     InternalAutoloader::removeAll();
     $this->_assertRemoved();
 }