Skip to content

Commit 581d1d5

Browse files
author
Nils Langner
committed
Tried to mute selenium server
1 parent 2949d00 commit 581d1d5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77
before_script:
88
- printf "\n" | pecl install imagick
99
- wget http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar
10-
- java -jar selenium-server-standalone-2.35.0.jar -port 4444 &
10+
- java -jar selenium-server-standalone-2.35.0.jar -port 4444 >/dev/null 2>&1 &
1111
- cd test/integration/
1212

1313

module/VisualCeption.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ private function compareImages ($image1, $image2)
241241
$result = $imagick1->compareImages($imagick2, \Imagick::METRIC_MEANSQUAREERROR);
242242
$result[0]->setImageFormat("png");
243243

244-
$this->debug($result);
245-
246244
return $result;
247245
}
248246
}

0 commit comments

Comments
 (0)