Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

class RawScreenshotCompareContext extends RawMinkContext implements ScreenshotCompareAwareContext
{
private $screenshotCompareConfigurations;
private $screenshotCompareParameters;
protected $screenshotCompareConfigurations;
protected $screenshotCompareParameters;

/**
* {@inheritdoc}
Expand Down Expand Up @@ -93,4 +93,4 @@ public function compareScreenshot($sessionName, $fileName)
throw new \ImagickException(sprintf("Files are not equal. Diff saved to %s", $diffFileName));
}
}
}
}