Configuring PHPUnit
The following procedures explain how to bootstrap and configure PHPUnit.
|
|
|
To bootstrap and configure PHPUnit:
<phpunit bootstrap=./bootstrap.php"> </phpunit> Note: The attributes of the <phpunit> element can be used to configure PHPUnit's core functionality. For more information, see http://www.phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.testsuites
|
You can now run your PHPUnit tests. |
|
|
|
|
Related Links: |
|
|