Remove exit(1) to stop tests from failing

This commit is contained in:
filp
2013-03-13 13:41:00 +00:00
parent 2e80b84fd7
commit c99fd486c7
+1 -3
View File
@@ -122,9 +122,7 @@ class Run
if($handlerResponse === Handler::LAST_HANDLER) {
break;
}
}
exit(1);
}
}
/**