summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-11 14:08:35 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-04-13 12:58:53 +0200
commit7d416ac1ddb158a18ac1473677773417d59e509c (patch)
treedcbc8c6e2f8f8f6c215926db73c1fcf5ddacb549 /tests
parent629b7c0fc38d9a2c33805bfcf4359e263e4ae68f (diff)
downloadnextcloud-server-7d416ac1ddb158a18ac1473677773417d59e509c.tar.gz
nextcloud-server-7d416ac1ddb158a18ac1473677773417d59e509c.zip
Activate the test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Share20/ShareHelperTest.php (renamed from tests/lib/Share20/ShareHelperTests.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Share20/ShareHelperTests.php b/tests/lib/Share20/ShareHelperTest.php
index a6ca581dbb6..e2cd4ce038f 100644
--- a/tests/lib/Share20/ShareHelperTests.php
+++ b/tests/lib/Share20/ShareHelperTest.php
@@ -27,7 +27,7 @@ use OCP\Files\Node;
use OCP\Share\IManager;
use Test\TestCase;
-class ShareHelperTests extends TestCase {
+class ShareHelperTest extends TestCase {
/** @var IManager|\PHPUnit_Framework_MockObject_MockObject */
private $manager;