Steel Wagstaff
3 years ago
committed by
GitHub
5 changed files with 613 additions and 270 deletions
@ -1,23 +1,16 @@ |
|||||||
<?xml version="1.0"?> |
<?xml version="1.0"?> |
||||||
<phpunit |
<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"> |
||||||
bootstrap="tests/bootstrap.php" |
<coverage> |
||||||
backupGlobals="false" |
<include> |
||||||
colors="true" |
<directory suffix=".php">./inc</directory> |
||||||
convertErrorsToExceptions="true" |
</include> |
||||||
convertNoticesToExceptions="true" |
</coverage> |
||||||
convertWarningsToExceptions="true" |
<php> |
||||||
> |
<const name="WP_TESTS_MULTISITE" value="1"/> |
||||||
<php> |
</php> |
||||||
<const name="WP_TESTS_MULTISITE" value="1" /> |
<testsuites> |
||||||
</php> |
<testsuite name="Pressbooks Aldine"> |
||||||
<testsuites> |
<directory prefix="test-" suffix=".php">./tests/</directory> |
||||||
<testsuite name="Pressbooks Aldine"> |
</testsuite> |
||||||
<directory prefix="test-" suffix=".php">./tests/</directory> |
</testsuites> |
||||||
</testsuite> |
|
||||||
</testsuites> |
|
||||||
<filter> |
|
||||||
<whitelist> |
|
||||||
<directory suffix=".php">./inc</directory> |
|
||||||
</whitelist> |
|
||||||
</filter> |
|
||||||
</phpunit> |
</phpunit> |
||||||
|
@ -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