self::getProxyUrl() . $url, 'screens' => $screensData ); echo "Generating screenshots...\n"; self::runCaptureProgram($captureProgramData); } protected function compareScreenshot($name, $ignore = false) { list($processedScreenshotPath, $expectedScreenshotPath) = self::getProcessedAndExpectedScreenshotPaths($name); $this->compareScreenshotAgainstExpected($name, false, $processedScreenshotPath, $expectedScreenshotPath); } }