Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-09 12:47:02 +0400
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-13 03:15:35 +0400
commit0a3e87c890561352e3916feae4107293e33b323d (patch)
tree5fe1f5465cf254811f9ec4d6f9a176da7e74872e /tests
parent2220802cddb7dec934680a1c525e2d6ab2d7863a (diff)
used oc version 5.0.3
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/app.php b/tests/lib/app.php
index 90476e58ccc..5396db8143e 100644
--- a/tests/lib/app.php
+++ b/tests/lib/app.php
@@ -65,7 +65,7 @@ class Test_App extends PHPUnit_Framework_TestCase {
public function testIsAppVersionCompatibleShouldWorkForPreAlpha(){
- $oc = array(5, 0, 0);
+ $oc = array(5, 0, 3);
$app = '4.93';
$this->assertTrue(OC_App::isAppVersionCompatible($oc, $app));