@@ -30,7 +31,16 @@ protected function initMink() {
if(!file_exists($path)){
mkdir($path);
}
returnparent::initMink();
try{
returnparent::initMink();
}
catch(DeadClient$e){
$this->markTestSkipped('PhantomJS is either not installed or not running. Start it via phantomjs --ssl-protocol=any --ignore-ssl-errors=true vendor/jcalderonzumba/gastonjs/src/Client/main.js 8510 1024 768&');
}
catch(Exception$e){
$this->markTestSkipped('An unexpected error occurred while starting Mink: '.$e->getMessage());