From 759c9b5d6792cdecf14e7e5971feb07947b6c4e4 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 1 Nov 2015 15:59:56 +0100 Subject: remove cachebuster --- tests/integration/command/CommandTest.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests') diff --git a/tests/integration/command/CommandTest.php b/tests/integration/command/CommandTest.php index 0ef2fbab2..4501f3b95 100644 --- a/tests/integration/command/CommandTest.php +++ b/tests/integration/command/CommandTest.php @@ -24,13 +24,6 @@ class CommandTest extends \PHPUnit_Framework_TestCase { $this->assertSame(0, $success); } - public function testValidateInstall() { - $command = $this->corePath . 'occ news:verify-install'; - exec($command, $_, $success); - - $this->assertSame(0, $success); - } - public function testCronUpdate() { $command = 'php -f ' . $this->corePath . 'cron.php'; exec($command, $output, $success); -- cgit v1.2.3