summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 22:57:09 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 22:57:18 +0200
commit5bcfc4e800c88508a915b1d6545d15449136dc0b (patch)
tree57a3e0a27d3521951cae25b2fab8e16fcc467286 /tests
parentc1a2867928cc483c81c467716a093d595fede5a7 (diff)
remove redundant owncloud version check
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/config/AppConfigTest.php13
1 files changed, 0 insertions, 13 deletions
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
@@ -146,19 +146,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
- */
public function testLibsVersion() {
$this->config->loadConfig([
'dependencies' => [