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