Created
November 17, 2019 03:59
-
-
Save msaari/c653ab5771a76d8b67141893f5616735 to your computer and use it in GitHub Desktop.
PHPUnit configuration from Relevanssi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<phpunit | |
bootstrap="tests/bootstrap.php" | |
backupGlobals="false" | |
colors="true" | |
convertErrorsToExceptions="true" | |
convertNoticesToExceptions="true" | |
convertWarningsToExceptions="true" | |
> | |
<php> | |
<ini name="display_errors" value="true"/> | |
</php> | |
<testsuites> | |
<testsuite name="relevanssi"> | |
<directory prefix="test-" suffix=".php">./tests/</directory> | |
</testsuite> | |
</testsuites> | |
</phpunit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment