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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2020-03-28 13:23:00 +0300
committerMatthias <ilovemilk@wusa.io>2020-03-28 13:23:00 +0300
commitc12fb9fddee340bebfef93e4d32efbe874f45059 (patch)
treefc943acbdc105a9689d5f125c070295ce7f0f211
parent8a046c3cd70b0c0f376e7c5cd20b6e290f56592d (diff)
fixt typo
-rw-r--r--tests/Unit/AppInfo/ApplicationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/AppInfo/ApplicationTest.php b/tests/Unit/AppInfo/ApplicationTest.php
index 07c492e..f838b7f 100644
--- a/tests/Unit/AppInfo/ApplicationTest.php
+++ b/tests/Unit/AppInfo/ApplicationTest.php
@@ -69,7 +69,7 @@ class ApplicationTest extends TestCase
public function testAddStorageWrapperCallback()
{
$storage = $this->getMockBuilder('OCP\Files\Storage\IStorage')
- ->setConstructorArgs([array()]);
+ ->setConstructorArgs([array()])
->getMock();
$result = $this->application->addStorageWrapperCallback('mountPoint', $storage);