]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #828 from ArthurHoaro/project/master-version
authorArthurHoaro <arthur@hoa.ro>
Wed, 22 Mar 2017 17:59:40 +0000 (18:59 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2017 17:59:40 +0000 (18:59 +0100)
Fix version check branch for UT

tests/ApplicationUtilsTest.php

index ebdc365c37e6fb2a174890d7ced1dd73f49c56db..ff4c9e17944be6de5fa9e53f9574eb1baac5c665 100644 (file)
@@ -75,7 +75,7 @@ class ApplicationUtilsTest extends PHPUnit_Framework_TestCase
             self::$versionPattern,
             ApplicationUtils::getVersion(
                 'https://raw.githubusercontent.com/shaarli/Shaarli/'
-               .'master/shaarli_version.php',
+               .'latest/shaarli_version.php',
                 $testTimeout
             )
         );