summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-01 15:59:56 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-01 15:59:56 +0100
commit759c9b5d6792cdecf14e7e5971feb07947b6c4e4 (patch)
tree7a111d356c86e3ab4d975a17422ac847d6cda3b3 /tests
parent457e1d9bd192a4462bb09a2b6e193e921995039d (diff)
remove cachebuster
Diffstat (limited to 'tests')
-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);