Skip to content

Commit

Permalink
Refs #4087, fixing logic error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaka Moorthi committed Aug 19, 2013
1 parent cee9bc6 commit 78723a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/PHPUnit/UI/UIIntegrationTest.php
Expand Up @@ -46,9 +46,6 @@ public static function setUpBeforeClass()
) {
self::markTestSkipped("phantomjs is not available, skipping UI integration tests. "
. "(install by downloading http://phantomjs.org/download.html)");
} else {
self::markTestSkipped("No way to take screenshots of URLs, skipping UI integration tests. (Enable by installing "
. "phantomjs (http://phantomjs.org/download.html) or slimerjs (http://slimerjs.org/download.html).");
}

parent::setUpBeforeClass();
Expand Down

0 comments on commit 78723a8

Please sign in to comment.