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 'plugins/CustomPiwikJs/tests/Integration/FileTest.php')
-rw-r--r--plugins/CustomPiwikJs/tests/Integration/FileTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CustomPiwikJs/tests/Integration/FileTest.php b/plugins/CustomPiwikJs/tests/Integration/FileTest.php
index aa8cee9c5d..dcc5131ab5 100644
--- a/plugins/CustomPiwikJs/tests/Integration/FileTest.php
+++ b/plugins/CustomPiwikJs/tests/Integration/FileTest.php
@@ -98,6 +98,11 @@ class FileTest extends IntegrationTestCase
$this->assertSame('notExisTinGFile.js', $this->makeNotReadableFile()->getName());
}
+ public function test_getPath()
+ {
+ $this->assertSame($this->dir . 'notExisTinGFile.js', $this->makeNotReadableFile()->getPath());
+ }
+
public function test_hasReadAccess()
{
$this->assertTrue($this->makeFile()->hasReadAccess());