Skip to content

Commit c5d6ed2

Browse files
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.
2 parents cc1bddd + e122b29 commit c5d6ed2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
/phpunit.xml.dist export-ignore
1616
/psalm.xml export-ignore
1717
/symfony.lock export-ignore
18-
/tests export-ignore

0 commit comments

Comments
 (0)