setUp() public method

public setUp ( )
 public function setUp()
 {
     parent::setUp();
     $this->prototypeGif = __DIR__ . '/original.gif';
     $this->testGif = __DIR__ . '/gifs/test.gif';
 }