PHPExiftool\Test\ExiftoolServerTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->exiftool = new ExiftoolServer();
        $this->exiftool->start();
    }