mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixed failing dispatcher test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6943 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e54b98e91b
commit
d184aa0b56
1 changed files with 2 additions and 2 deletions
|
@ -929,8 +929,8 @@ class DispatcherTest extends UnitTestCase {
|
|||
$url = '/';
|
||||
|
||||
ob_start();
|
||||
$dispatcher->dispatch($url);
|
||||
$out = ob_get_clean();
|
||||
$out = $dispatcher->dispatch($url);
|
||||
ob_get_clean();
|
||||
|
||||
ob_start();
|
||||
$dispatcher->cached($url);
|
||||
|
|
Loading…
Reference in a new issue