initial commit
This commit is contained in:
parent
d066133bd4
commit
e6f71e3706
55 changed files with 11928 additions and 0 deletions
27
native/wordpress/maple-fonts-wp/phpunit.xml.dist
Normal file
27
native/wordpress/maple-fonts-wp/phpunit.xml.dist
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0"?>
|
||||
<phpunit
|
||||
bootstrap="tests/bootstrap.php"
|
||||
backupGlobals="false"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Maple Local Fonts Test Suite">
|
||||
<directory suffix=".php">./tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">./includes/</directory>
|
||||
<file>./maple-local-fonts.php</file>
|
||||
</whitelist>
|
||||
</filter>
|
||||
<php>
|
||||
<const name="WP_TESTS_DOMAIN" value="example.org"/>
|
||||
<const name="WP_TESTS_EMAIL" value="admin@example.org"/>
|
||||
<const name="WP_TESTS_TITLE" value="Test Blog"/>
|
||||
<const name="WP_PHP_BINARY" value="php"/>
|
||||
</php>
|
||||
</phpunit>
|
||||
Loading…
Add table
Add a link
Reference in a new issue