mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #8110 from owncloud/fix-failing-config-unit-test
class Test_Config is already declared
This commit is contained in:
commit
618914282a
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
Loading…
Reference in a new issue