We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2581cb9 commit 46bcdeeCopy full SHA for 46bcdee
phpunit.xml.dist
@@ -3,10 +3,15 @@
3
<phpunit backupGlobals="false"
4
colors="true"
5
verbose="true"
6
- bootstrap="tests/bootstrap.php">
+ bootstrap="vendor/autoload.php">
7
<testsuites>
8
- <testsuite name="HTMLPurifier-HMLT5 Test Suite">
+ <testsuite name="HTMLPurifier_HTML5 Test Suite">
9
<directory suffix=".php">./tests/HTMLPurifier</directory>
10
</testsuite>
11
</testsuites>
12
+ <php>
13
+ <ini name="display_errors" value="On" />
14
+ <ini name="display_startup_errors" value="On" />
15
+ <ini name="error_reporting" value="-1" />
16
+ </php>
17
</phpunit>
tests/bootstrap.php
0 commit comments