Skip to content

Commit

Permalink
fix phpunit xml docs (#34) (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and roborourke committed Nov 28, 2019
1 parent 6a0ec0b commit c0753ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/testing-with-phpunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ If you wish to retain the benefits of the built in bootstrap process your basic
```xml
<?xml version="1.0"?>
<phpunit
bootstrap="vendor/altis/dev-tools/phpunit/bootstrap.php"
bootstrap="vendor/altis/dev-tools/inc/phpunit/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
Expand All @@ -272,6 +272,7 @@ If you wish to retain the benefits of the built in bootstrap process your basic
<testsuites>
<testsuite name="project">
<directory prefix="class-test-" suffix=".php">tests</directory>
<directory prefix="class-test-" suffix=".php">content/mu-plugins/*/tests</directory>
</testsuite>
</testsuites>
</phpunit>
Expand Down

0 comments on commit c0753ad

Please sign in to comment.