Skip to content

Commit 8a9b0a7

Browse files
committed
fixed hhvm tests
1 parent bf66cf8 commit 8a9b0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPixie/Tests/Framework/Processors/HTTP/Response/ExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testConstruct()
4747
*/
4848
public function testProcess()
4949
{
50-
$exception = $this->quickMock('\Exception');
50+
$exception = new \Exception();
5151

5252
$this->method($this->configData, 'getRequired', 'pixie', array('template'), 0);
5353

0 commit comments

Comments
 (0)