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

Commit

Permalink
Browse files Browse the repository at this point in the history
- trailing whitespace
  • Loading branch information
weierophinney committed Mar 4, 2014
1 parent 12b0acd commit 94dc4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPUnit/Controller/AbstractControllerTestCase.php
Expand Up @@ -267,7 +267,7 @@ public function dispatch($url, $method = null, $params = array(), $isXmlHttpRequ
$headers = $this->getRequest()->getHeaders();
$headers->addHeaderLine('X_REQUESTED_WITH', 'XMLHttpRequest');
}

$this->url($url, $method, $params);
$this->getApplication()->run();

Expand Down

0 comments on commit 94dc4c4

Please sign in to comment.