1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 10:15:44 +02:00

better php 7 compatibility

This commit is contained in:
Bernhard Posselt 2015-08-19 13:29:19 +02:00
parent b19c0b42fa
commit a95ca971ef

View File

@ -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);
}