From f2d091a963ab1fd76f36e6fcd038c0e6b63dba6f Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 13 Jul 2016 09:26:19 +0200 Subject: Fix failing tests after db split --- tests/lib/UserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/UserTest.php') diff --git a/tests/lib/UserTest.php b/tests/lib/UserTest.php index 456e864ab75..7a033c2921e 100644 --- a/tests/lib/UserTest.php +++ b/tests/lib/UserTest.php @@ -41,7 +41,7 @@ class UserTest extends TestCase { $this->backend->expects($this->any()) ->method('implementsActions') ->will($this->returnCallback(function ($actions) { - if ($actions === \OC_USER_BACKEND_CHECK_PASSWORD) { + if ($actions === \OC\USER\BACKEND::CHECK_PASSWORD) { return true; } else { return false; -- cgit v1.2.3