aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-22 18:55:09 +0100
committerArthurHoaro <arthur@hoa.ro>2017-03-22 18:55:09 +0100
commit5e4a83bb98718a10cda24d1a75645ac0fe3a8dab (patch)
treed4bc988205167a9ddb72a0ede073d41c8b4f9ac1
parentb786c8836f0576d4feb1543471950c5d24bc7939 (diff)
downloadShaarli-5e4a83bb98718a10cda24d1a75645ac0fe3a8dab.tar.gz
Shaarli-5e4a83bb98718a10cda24d1a75645ac0fe3a8dab.tar.zst
Shaarli-5e4a83bb98718a10cda24d1a75645ac0fe3a8dab.zip
Fix version check branch for UT
-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 );