From 7abf09a4aa8826ae53bd397fe4a07dc55a135d77 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Fri, 7 Jun 2019 17:04:12 +0200 Subject: [PATCH] Update for namespace moves Change-Id: I300aff6fa8e9f2ade8a97c826ef23ad56d40b392 Depends-On: Ie808d49aed00ec97117b04722456f24e96d49e68 --- src/MathFormatter.php | 2 +- tests/phpunit/MathFormatterTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MathFormatter.php b/src/MathFormatter.php index 848a6a9..a653c63 100644 --- a/src/MathFormatter.php +++ b/src/MathFormatter.php @@ -2,7 +2,7 @@ use DataValues\StringValue; use ValueFormatters\ValueFormatter; -use Wikibase\Lib\SnakFormatter; +use Wikibase\Lib\Formatters\SnakFormatter; /** * Formats the tex string based on the known formats diff --git a/tests/phpunit/MathFormatterTest.php b/tests/phpunit/MathFormatterTest.php index 070c807..f67efb9 100644 --- a/tests/phpunit/MathFormatterTest.php +++ b/tests/phpunit/MathFormatterTest.php @@ -2,7 +2,7 @@ use DataValues\StringValue; use DataValues\NumberValue; -use Wikibase\Lib\SnakFormatter; +use Wikibase\Lib\Formatters\SnakFormatter; /** * Test the results of MathFormatter