From d904a09a049f64ad3b55eb2b5184b4c5554b4710 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Oct 2015 15:15:42 +0200 Subject: The constant is now deprecated --- tests/data/app/code-checker/test-const.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data') diff --git a/tests/data/app/code-checker/test-const.php b/tests/data/app/code-checker/test-const.php index 2af6baf2f3d..7ea3bd6c870 100644 --- a/tests/data/app/code-checker/test-const.php +++ b/tests/data/app/code-checker/test-const.php @@ -5,6 +5,6 @@ */ class BadClass { public function foo() { - $bar = OC_API::ADMIN_AUTH; + $bar = \OC_API::ADMIN_AUTH; } } -- cgit v1.2.3