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

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

    public function testExecuteCommandFailed()
    {
        $this->markTestSkipped('Currently disable server support');
        $this->exiftool->executeCommand('-prout');
    }