Merge pull request #8110 from owncloud/fix-failing-config-unit-test

class Test_Config is already declared
This commit is contained in:
Thomas Müller 2014-04-08 16:26:35 +02:00
commit 618914282a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * 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() { public function testSetAppValueIfSetToNull() {