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.php7
1 files changed, 0 insertions, 7 deletions
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);