mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Remove .gitattributes, it breaks unit/behat test usage
Since it excludes behat.yml and phpunit.xml.dist, and "composer install" uses github archives for stable versions, you can't use projects installed this way for testing any more. To make matters worse, the error you get on a "phpunit" run is very confusing ('class SapphireTest not found').
This commit is contained in:
parent
1098bdee31
commit
a9f138397a
13
.gitattributes
vendored
13
.gitattributes
vendored
@ -1,13 +0,0 @@
|
||||
.gitattributes export-ignore
|
||||
behat.yml export-ignore
|
||||
build.properties.default export-ignore
|
||||
build.xml export-ignore
|
||||
changelog-definitions.default export-ignore
|
||||
CONTRIBUTING.md export-ignore
|
||||
dependent-modules.default export-ignore
|
||||
Makefile export-ignore
|
||||
phpunit.teamcity.mssql.xml export-ignore
|
||||
phpunit.teamcity.postgresql.xml export-ignore
|
||||
phpunit.teamcity.sqlite3.xml export-ignore
|
||||
phpunit.teamcity.xml export-ignore
|
||||
phpunit.xml.dist export-ignore
|
Loading…
Reference in New Issue
Block a user