Steel Wagstaff
3 years ago
committed by
GitHub
5 changed files with 613 additions and 270 deletions
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0"?> |
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> |
||||
<coverage> |
||||
<include> |
||||
<directory suffix=".php">./inc</directory> |
||||
</include> |
||||
</coverage> |
||||
<php> |
||||
<const name="WP_TESTS_MULTISITE" value="1"/> |
||||
</php> |
||||
<testsuites> |
||||
<testsuite name="Pressbooks Aldine"> |
||||
<directory prefix="test-" suffix=".php">./tests/</directory> |
||||
</testsuite> |
||||
</testsuites> |
||||
</phpunit> |
Loading…
Reference in new issue