/**
  * Cleans up after each iteration.
  */
 protected function tearDown()
 {
     $this->infrastructure = null;
     parent::tearDown();
 }