Update reference to tests/phpunit/phpunit.php

Bug: T90875
Change-Id: Ieee9a9bd8b24e42815fdbf98d374b54e084c8e9e
This commit is contained in:
Daimona Eaytoy 2023-07-02 18:27:24 +02:00
parent 16d1fdacf4
commit 35d0f8ceb2

4
README
View file

@ -24,10 +24,10 @@ users input ($tex). The equation is displayed in the current text line.
{\displaystyle $tex } to the user input ($tex). {\displaystyle $tex } to the user input ($tex).
For testing your installation run 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. from your MediaWiki home path.
== Logging == == Logging ==
The math extension supports PSR-3 logging: The math extension supports PSR-3 logging:
Configuration can be dona via Configuration can be dona via
$wgDebugLogGroups['Math'] = [ 'level' => 'info', 'destination' => '/path/to/file.log' ]; $wgDebugLogGroups['Math'] = [ 'level' => 'info', 'destination' => '/path/to/file.log' ];