aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-22 18:59:40 +0100
committerGitHub <noreply@github.com>2017-03-22 18:59:40 +0100
commitc84379478621303b186f50d647e90079727b6062 (patch)
tree9bc2b0e31a26b25c0f05692dacec7b1c0bbd34e1 /tests
parentdcc85ea619ee728361c62b2b7a7cc8f37081dfbf (diff)
parent5e4a83bb98718a10cda24d1a75645ac0fe3a8dab (diff)
downloadShaarli-c84379478621303b186f50d647e90079727b6062.tar.gz
Shaarli-c84379478621303b186f50d647e90079727b6062.tar.zst
Shaarli-c84379478621303b186f50d647e90079727b6062.zip
Merge pull request #828 from ArthurHoaro/project/master-version
Fix version check branch for UT
Diffstat (limited to 'tests')
-rw-r--r--tests/ApplicationUtilsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ApplicationUtilsTest.php b/tests/ApplicationUtilsTest.php
index ebdc365c..ff4c9e17 100644
--- a/tests/ApplicationUtilsTest.php
+++ b/tests/ApplicationUtilsTest.php
@@ -75,7 +75,7 @@ class ApplicationUtilsTest extends PHPUnit_Framework_TestCase
75 self::$versionPattern, 75 self::$versionPattern,
76 ApplicationUtils::getVersion( 76 ApplicationUtils::getVersion(
77 'https://raw.githubusercontent.com/shaarli/Shaarli/' 77 'https://raw.githubusercontent.com/shaarli/Shaarli/'
78 .'master/shaarli_version.php', 78 .'latest/shaarli_version.php',
79 $testTimeout 79 $testTimeout
80 ) 80 )
81 ); 81 );