Server_AccessControl/vendor/codeception/base/ISSUE_TEMPLATE.md
2020-10-06 14:27:47 +07:00

27 lines
454 B
Markdown

#### What are you trying to achieve?
#### What do you get instead?
> Provide console output if related. Use `-vvv` mode for more details.
```bash
# paste output here
```
> Provide test source code if related
```php
// paste test
```
### Details
* Codeception version:
* PHP Version:
* Operating System:
* Installation type: Phar || Composer
* List of installed packages (`composer show`)
* Suite configuration:
```yml
# paste suite config here
```