From 5bcfc4e800c88508a915b1d6545d15449136dc0b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 22:57:09 +0200 Subject: remove redundant owncloud version check --- tests/unit/config/AppConfigTest.php | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tests/unit/config/AppConfigTest.php') diff --git a/tests/unit/config/AppConfigTest.php b/tests/unit/config/AppConfigTest.php index 9053c6cbd..02a6ad8a5 100644 --- a/tests/unit/config/AppConfigTest.php +++ b/tests/unit/config/AppConfigTest.php @@ -143,19 +143,6 @@ class AppConfigTest extends \PHPUnit_Framework_TestCase { } - /** - * @expectedException \OCA\News\Config\DependencyException - */ - public function testOwnCloudVersion() { - $this->config->loadConfig([ - 'dependencies' => [ - 'owncloud' => '>=4.5,<=6.0.2' - ] - ]); - $this->config->testDependencies(); - } - - /** * @expectedException \OCA\News\Config\DependencyException */ -- cgit v1.2.3