mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 22:09:23 +02:00
full tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user