diff options
-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() { |