Skip to content

Commit aab6de8

Browse files
Ask for output generated using PHP interpreter that is configured to provide useful error messages
1 parent c8f1d07 commit aab6de8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/ISSUE_TEMPLATE/1_BUG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ labels: type/bug, version/9, version/10
1414
- Please keep the table shown below at the top of your issue.
1515
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
1616
- Please post code as text (using proper markup). Do not post screenshots of code.
17+
- Please make sure that you have configured your PHP interpreter like so: `error_reporting=-1`, `log_errors_max_len=0`, `zend.assertions=1`, `assert.exception=1`.
1718
- Please remove this comment before submitting your issue.
1819
-->
1920

0 commit comments

Comments
 (0)