summaryrefslogtreecommitdiffstats
path: root/tests/integration/command/CommandTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/command/CommandTest.php')
-rw-r--r--tests/integration/command/CommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/command/CommandTest.php b/tests/integration/command/CommandTest.php
index c2f15a72c..0ef2fbab2 100644
--- a/tests/integration/command/CommandTest.php
+++ b/tests/integration/command/CommandTest.php
@@ -33,7 +33,7 @@ class CommandTest extends \PHPUnit_Framework_TestCase {
public function testCronUpdate() {
$command = 'php -f ' . $this->corePath . 'cron.php';
- exec($command, $_, $success);
+ exec($command, $output, $success);
$this->assertSame(0, $success);
}