Merge pull request #828 from ArthurHoaro/project/master-version

Fix version check branch for UT
This commit is contained in:
ArthurHoaro 2017-03-22 18:59:40 +01:00 committed by GitHub
commit c843794786
1 changed files with 1 additions and 1 deletions

View 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
)
);