PHPExiftool\Test\ExiftoolServerTest::testReset PHP Метод

testReset() публичный Метод

public testReset ( )
    public function testReset()
    {
        $this->exiftool->reset();
        $this->exiftool->start();
        $this->assertTrue($this->exiftool->isRunning());
    }