Skip to content

Commit c36620b

Browse files
authored
Display all errors when running tests (#480)
* Display all errors when running tests * Revert composer
1 parent 9939c44 commit c36620b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
</testsuite>
1717
</testsuites>
1818
<php>
19+
<ini name="error_reporting" value="-1" />
20+
<ini name="display_errors" value="1" />
1921
<!-- <env name="MANTLE_USE_SQLITE" value="true" /> -->
2022
<!-- <env name="WP_SKIP_DB_CREATE" value="true" /> -->
2123
</php>

tests/bootstrap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/**
33
* Create WordPress Plugin Tests: Bootstrap
44
*
5-
* phpcs:disable Squiz.Commenting.InlineComment.InvalidEndChar
6-
*
75
* @package create-wordpress-plugin
86
*/
97

0 commit comments

Comments
 (0)