mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 09:42:24 +01:00
commit
9c4a9e627c
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user