diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-24 08:06:39 -0800 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-24 08:06:39 -0800 |
commit | 48e6ce7c56627b1604699b4a7c625e117283a44f (patch) | |
tree | 707b73619edbb7b6a734358054e4d878f0fe2137 /tests/lib/util.php | |
parent | 1dac2ba496a0054e9d5383a6babe7401dd2a260c (diff) | |
parent | ef88ceba8c1108aad6a4f437206f205c60fda870 (diff) | |
download | nextcloud-server-48e6ce7c56627b1604699b4a7c625e117283a44f.tar.gz nextcloud-server-48e6ce7c56627b1604699b4a7c625e117283a44f.zip |
Merge pull request #1291 from owncloud/drop-simpletest-compatibility-master
drop SimpleTest compatibility
Diffstat (limited to 'tests/lib/util.php')
-rw-r--r-- | tests/lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/util.php b/tests/lib/util.php index 27635cb8055..ebff3c7381a 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -6,7 +6,7 @@ * See the COPYING-README file. */ -class Test_Util extends UnitTestCase { +class Test_Util extends PHPUnit_Framework_TestCase { // Constructor function Test_Util() { |