From a9f138397a6e2b42f28eba7f69269b1c024b43ae Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 5 Sep 2014 14:02:49 +1200 Subject: [PATCH] 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'). --- .gitattributes | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 278e73c..0000000 --- a/.gitattributes +++ /dev/null @@ -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 \ No newline at end of file