little typo

This commit is contained in:
Carlos García Trujillo 2013-10-29 14:19:20 -06:00
parent ab224a90f3
commit 552a43bbce

View File

@ -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);
}
}