Skip to content

Commit

Permalink
update PHPUnit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna authored and github-actions[bot] committed Apr 16, 2023
1 parent 2216459 commit f27be88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions msautotest/php/README.md
@@ -1,20 +1,20 @@
# PHPNG MapScript Unit Tests

To run these tests you need PHPUnit (and PHP's Xdebug extension) installed.
You can find how to install PHPUnit at https://phpunit.readthedocs.io .
You can find how to install PHPUnit at https://docs.phpunit.de .
The official PHPUnit site is: https://phpunit.de

# Running the tests

To run the tests simply run `phpunit --debug .` from inside the `/msautotest/php/`
To run the tests simply run `phpunit .` from inside the `/msautotest/php/`
folder.

You can run a single test such as: `phpunit --debug classObjTest.php`
You can run a single test such as: `phpunit classObjTest.php`

# Configuring the test environment

This folder includes a `phpunit.xml` configuration file for these tests. More
info about these settings: https://phpunit.readthedocs.io/en/9.5/configuration.html
info about these settings: https://docs.phpunit.de/en/10.1/configuration.html

# PHPNG (SWIG) MapScript API documentation

Expand Down

0 comments on commit f27be88

Please sign in to comment.