]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix version check branch for UT 828/head
authorArthurHoaro <arthur@hoa.ro>
Wed, 22 Mar 2017 17:55:09 +0000 (18:55 +0100)
committerArthurHoaro <arthur@hoa.ro>
Wed, 22 Mar 2017 17:55:09 +0000 (18:55 +0100)
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
             )
         );