full tests

This commit is contained in:
Trismegiste
2013-05-12 22:20:12 +02:00
parent 71a43e2e93
commit f92be4efec
2 changed files with 46 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ abstract class Handler
*/
final public function handle(Request $req)
{
$req->forDebugOnly = get_called_class();
$processed = $this->processing($req);
if (!$processed) {
// the request has not been processed by this handler => see the next