We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fb8d69 + 552a43b commit 9c4a9e6Copy full SHA for 9c4a9e6
Tests/ChainOfResponsibilities/ChainTest.php
@@ -67,7 +67,7 @@ public function testFailure($request)
67
$ret = $this->chain->handle($request);
68
69
$this->assertFalse($ret);
70
- // the last rsponsible :
+ // the last responsible :
71
$this->assertEquals('DesignPatterns\ChainOfResponsibilities\Responsible\SlowStorage', $request->forDebugOnly);
72
}
73
0 commit comments