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:
Diffstat (limited to 'tests/PHPUnit/Integration/AssetManagerTest.php')
-rw-r--r--tests/PHPUnit/Integration/AssetManagerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/AssetManagerTest.php b/tests/PHPUnit/Integration/AssetManagerTest.php
index 9d3166d6c7..1dd88e7787 100644
--- a/tests/PHPUnit/Integration/AssetManagerTest.php
+++ b/tests/PHPUnit/Integration/AssetManagerTest.php
@@ -310,6 +310,7 @@ class AssetManagerTest extends IntegrationTestCase
*/
private function validateExpectedContent($expectedContent)
{
+ file_put_contents('testfile', $this->mergedAsset->getContent());
$this->assertEquals($expectedContent, $this->mergedAsset->getContent());
}