mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
little typo
This commit is contained in:
@@ -67,7 +67,7 @@ class ChainTest extends \PHPUnit_Framework_TestCase
|
||||
$ret = $this->chain->handle($request);
|
||||
|
||||
$this->assertFalse($ret);
|
||||
// the last rsponsible :
|
||||
// the last responsible :
|
||||
$this->assertEquals('DesignPatterns\ChainOfResponsibilities\Responsible\SlowStorage', $request->forDebugOnly);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user