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

View file

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