This commit is contained in:
Eloy Lafuente (stronk7) 2018-06-12 00:07:43 +02:00
commit d157f8774e

View File

@ -116,7 +116,7 @@ class Hint_ResultPrinter extends PHPUnit\TextUI\ResultPrinter {
}
}
$this->write("\nTo re-run:\n $executable $testName $file\n");
$this->write("\nTo re-run:\n $executable \"$testName\" $file\n");
}
}