Joli\GifExceptionBundle\Tests\WebTestCase::setUp PHP Méthode

setUp() public méthode

public setUp ( )
    public function setUp()
    {
        $kernel = $this->createKernel();
        $kernel->boot();
        $this->application = new Application($kernel);
    }

Usage Example

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