diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-20 14:53:18 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-20 14:53:18 +0100 |
commit | 46e610479514787d114ea519a4d70982413d152e (patch) | |
tree | 9dd79427d97c92e12a40a97e647e72485891738b /tests/lib/connector/sabre/quotaplugin.php | |
parent | 288acb55a0384b0608b9df0e64dcf62b1fdc7387 (diff) | |
parent | 6202ca33ba76a38b4aea8774018d661f919fa464 (diff) | |
download | nextcloud-server-46e610479514787d114ea519a4d70982413d152e.tar.gz nextcloud-server-46e610479514787d114ea519a4d70982413d152e.zip |
Merge pull request #12297 from owncloud/issue/10991-all-testcase
Issue/10991 all testcase
Diffstat (limited to 'tests/lib/connector/sabre/quotaplugin.php')
-rw-r--r-- | tests/lib/connector/sabre/quotaplugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/quotaplugin.php b/tests/lib/connector/sabre/quotaplugin.php index 3b144cf56b5..f08637854ce 100644 --- a/tests/lib/connector/sabre/quotaplugin.php +++ b/tests/lib/connector/sabre/quotaplugin.php @@ -6,7 +6,7 @@ * later. * See the COPYING-README file. */ -class Test_OC_Connector_Sabre_QuotaPlugin extends PHPUnit_Framework_TestCase { +class Test_OC_Connector_Sabre_QuotaPlugin extends \Test\TestCase { /** * @var \Sabre\DAV\Server |