Activate the test

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-04-11 14:08:35 +02:00 committed by Roeland Jago Douma
parent 629b7c0fc3
commit 7d416ac1dd
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -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;