Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge remote branch 'upstream/master' into ZF-10246
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraic Brady committed Aug 1, 2010
7 parents a729860 + a4b177e + 5e10b10 + 0db5f75 + bcb7bb1 + f7074c9 + b37dc0b commit 7529e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPUnit/ControllerTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function dispatch($url = null)
$redirector->setExit(false);

// json helper should not exit
$json = HelperBroker::getStaticHelper('JSON');
$json = HelperBroker::getStaticHelper('json');
$json->suppressExit = true;

$request = $this->getRequest();
Expand Down

0 comments on commit 7529e8f

Please # to comment.