mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 09:42:24 +01:00
little typo
This commit is contained in:
parent
ab224a90f3
commit
552a43bbce
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user