summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-08 16:26:35 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-08 16:26:35 +0200
commit618914282ac35eec0264cc8d320c718fae79194b (patch)
tree923eaa6bafedd0c7e19b8d4b693771e230ab17d7
parent411a810ebec9f3c6f99debab33098523d376d44d (diff)
parenta4fc92b05bb5131ae7b9fe0d6be5b7f68f470de0 (diff)
downloadnextcloud-server-618914282ac35eec0264cc8d320c718fae79194b.tar.gz
nextcloud-server-618914282ac35eec0264cc8d320c718fae79194b.zip
Merge pull request #8110 from owncloud/fix-failing-config-unit-test
class Test_Config is already declared
-rw-r--r--tests/lib/public/ocpconfig.php (renamed from tests/lib/public/config.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/public/config.php b/tests/lib/public/ocpconfig.php
index 68367034e9a..43a9ca625ee 100644
--- a/tests/lib/public/config.php
+++ b/tests/lib/public/ocpconfig.php
@@ -19,7 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-class Test_Config extends PHPUnit_Framework_TestCase
+class Test_OCPConfig extends PHPUnit_Framework_TestCase
{
public function testSetAppValueIfSetToNull() {