setUp() public method

public setUp ( )
コード例 #1
0
 public function setUp()
 {
     parent::setUp();
     $this->prototypeGif = __DIR__ . '/original.gif';
     $this->testGif = __DIR__ . '/gifs/test.gif';
 }