From a95ca971efa08d37fbd7a5b72003c7c79ffac687 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 19 Aug 2015 13:29:19 +0200 Subject: better php 7 compatibility --- tests/integration/command/CommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3