Inheritance: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase
 public function tearDown()
 {
     parent::tearDown();
     copy($this->prototypeGif, $this->testGif);
 }