diff --git a/README b/README index f4367abc9..e71de37a1 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' ];