Commit c5d6ed2
authored
Include tests directory in composer create-project (#489)
The `tests/` directory was excluded from `composer create-project` via
`.gitattributes` export-ignore. This prevents plugin developers from
getting:
- Example Behat contexts and test structure
- `tests/TestApplication/.env` with DATABASE_URL configuration
- Test fixtures and integration test examples
Since this skeleton is meant for development, the tests directory should
be included to provide a complete starting point.1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
0 commit comments