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 9939c44 commit c36620bCopy full SHA for c36620b
phpunit.xml
@@ -16,6 +16,8 @@
16
</testsuite>
17
</testsuites>
18
<php>
19
+ <ini name="error_reporting" value="-1" />
20
+ <ini name="display_errors" value="1" />
21
<!-- <env name="MANTLE_USE_SQLITE" value="true" /> -->
22
<!-- <env name="WP_SKIP_DB_CREATE" value="true" /> -->
23
</php>
tests/bootstrap.php
@@ -2,8 +2,6 @@
2
/**
3
* Create WordPress Plugin Tests: Bootstrap
4
*
5
- * phpcs:disable Squiz.Commenting.InlineComment.InvalidEndChar
6
- *
7
* @package create-wordpress-plugin
8
*/
9
0 commit comments