PHPExiftool\Test\ExiftoolServerTest::testExecuteCommand PHP Method

testExecuteCommand() public method

public testExecuteCommand ( )
    public function testExecuteCommand()
    {
        $this->assertRegExp('/\\d+\\.\\d+/', $this->exiftool->executeCommand('-ver'));
    }