Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-11-14 16:41:11 +0300
committermattab <matthieu.aubry@gmail.com>2016-11-15 04:02:39 +0300
commit64314b26dbc6619d535002bdb79b9e55d1fc87db (patch)
treef2f70874f085d78f4ea47ee3a286eb58fb393432
parenta57fef5756e8222d2952b33c78be07a03b88709d (diff)
fix typo
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 8f50b1ee90..f14508a638 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -455,7 +455,7 @@ class ReleaseCheckListTest extends \PHPUnit_Framework_TestCase
public function test_piwikJs_minified_isUpToDate()
{
- shell_exec('unzip -n '. PIWIK_DOCUMENT_ROOT .'/tests/resources/yuicompressor/yuicompressor-2.4.7.zip.');
+ shell_exec('unzip -n '. PIWIK_DOCUMENT_ROOT .'/tests/resources/yuicompressor/yuicompressor-2.4.7.zip');
shell_exec("sed '/<DEBUG>/,/<\/DEBUG>/d' < ". PIWIK_DOCUMENT_ROOT ."/js/piwik.js | sed 's/eval/replacedEvilString/' | java -jar yuicompressor-2.4.7/build/yuicompressor-2.4.7.jar --type js --line-break 1000 | sed 's/replacedEvilString/eval/' | sed 's/^[/][*]/\/*!/' > " . PIWIK_DOCUMENT_ROOT ."/piwik-minified.js");
$this->assertFileEquals(PIWIK_DOCUMENT_ROOT . '/piwik-minified.js',