Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 26, 2010
1 parent ffc299b commit 09ac5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PHPUnit/Util/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ protected static function processChildResult(PHPUnit_Framework_Test $test, PHPUn
}
} else {
$time = 0;

$result->addError(
$test,
new RuntimeException(trim($stdout)), $time
$test, new RuntimeException(trim($stdout)), $time
);
}
}
Expand Down

0 comments on commit 09ac5af

Please sign in to comment.