diff options
Diffstat (limited to 'tests/lib/api.php')
-rw-r--r-- | tests/lib/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/api.php b/tests/lib/api.php index 0f7d08543ea..bf9748a6040 100644 --- a/tests/lib/api.php +++ b/tests/lib/api.php @@ -6,7 +6,7 @@ * See the COPYING-README file. */ -class Test_API extends PHPUnit_Framework_TestCase { +class Test_API extends \Test\TestCase { // Helps build a response variable |