diff options
Diffstat (limited to 'tests/lib/L10N/FactoryTest.php')
-rw-r--r-- | tests/lib/L10N/FactoryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/L10N/FactoryTest.php b/tests/lib/L10N/FactoryTest.php index db4dc4db865..33094f053d8 100644 --- a/tests/lib/L10N/FactoryTest.php +++ b/tests/lib/L10N/FactoryTest.php @@ -611,7 +611,7 @@ class FactoryTest extends TestCase { $factory = $this->getFactory(); if ($iUserMock === null) { - $matcher = $this->userSession->expects($this->once()) + $matcher = $this->userSession->expects($this->once()) ->method('getUser'); if ($hasSession) { |