Update reference to tests/phpunit/phpunit.php

Bug: T90875
Change-Id: Ieee9a9bd8b24e42815fdbf98d374b54e084c8e9e
这个提交包含在:
Daimona Eaytoy 2023-07-02 18:27:24 +02:00
父节点 16d1fdacf4
当前提交 35d0f8ceb2
共有 1 个文件被更改,包括 2 次插入2 次删除

4
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' ];
$wgDebugLogGroups['Math'] = [ 'level' => 'info', 'destination' => '/path/to/file.log' ];