From 35d0f8ceb2fd4e1c28b6caf073d5e56d98a3027a Mon Sep 17 00:00:00 2001 From: Daimona Eaytoy Date: Sun, 2 Jul 2023 18:27:24 +0200 Subject: [PATCH] Update reference to tests/phpunit/phpunit.php Bug: T90875 Change-Id: Ieee9a9bd8b24e42815fdbf98d374b54e084c8e9e --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f4367abc..e71de37a 100644 --- a/README +++ b/README @@ -24,10 +24,10 @@ users input ($tex). The equation is displayed in the current text line. {\displaystyle $tex } to the user input ($tex). For testing your installation run -php tests/phpunit/phpunit.php extensions/Math/tests/ +composer phpunit:entrypoint -- extensions/Math/tests/phpunit/ from your MediaWiki home path. == Logging == The math extension supports PSR-3 logging: Configuration can be dona via -$wgDebugLogGroups['Math'] = [ 'level' => 'info', 'destination' => '/path/to/file.log' ]; \ No newline at end of file +$wgDebugLogGroups['Math'] = [ 'level' => 'info', 'destination' => '/path/to/file.log' ];