summaryrefslogtreecommitdiffstats
path: root/tests/lib/connector/sabre/node.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/connector/sabre/node.php')
-rw-r--r--tests/lib/connector/sabre/node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/node.php b/tests/lib/connector/sabre/node.php
index 0f303457248..9a2bf41bd19 100644
--- a/tests/lib/connector/sabre/node.php
+++ b/tests/lib/connector/sabre/node.php
@@ -12,7 +12,7 @@ namespace Test\Connector\Sabre;
use OC\Files\FileInfo;
use OC\Files\View;
-class Node extends \PHPUnit_Framework_TestCase {
+class Node extends \Test\TestCase {
public function davPermissionsProvider() {
return array(
array(\OCP\PERMISSION_ALL, 'file', false, false, 'RDNVW'),