mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
wip
This commit is contained in:
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -12,6 +12,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: What Happened
|
label: What Happened
|
||||||
description: What did you expect to happen?
|
description: What did you expect to happen?
|
||||||
|
placeholder: When I use expect()->toBeTrue() in my tests, I get an error
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -19,7 +20,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: How to Reproduce
|
label: How to Reproduce
|
||||||
description: How did this occur, please add any config values used and provide a set of reliable steps if possible.
|
description: How did this occur, please add any config values used and provide a set of reliable steps if possible.
|
||||||
placeholder: When I use expect()->toBeTrue() in my tests, I get an error.
|
placeholder: Install a fresh Laravel app, add Pest, add a test that uses expect()->toBeTrue()
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
Reference in New Issue
Block a user