Skip to content

Commit dc4eafa

Browse files
Add missing .gitattributes
1 parent a7dfc3a commit dc4eafa

File tree

39 files changed

+96
-32
lines changed

39 files changed

+96
-32
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=4
2+
3+
.git* export-ignore
4+
Tests export-ignore
5+
phpunit.xml.dist export-ignore
6+
7+
/.composer-auth.json export-ignore
8+
/.travis.php export-ignore
9+
/.travis.yml export-ignore
10+
/appveyor.yml export-ignore

phpunit

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ if (isset($argv[1]) && 'symfony' === $argv[1]) {
119119
}
120120
chdir($oldPwd);
121121

122+
if (!$runningProcs) {
123+
$h = fopen('php://stderr', 'w');
124+
fwrite($h, "Symfony tests are missing, did you get the code from a ZIP file?\n");
125+
fwrite($h, "Please use git to fetch the source from https://github.com/symfony/symfony\n");
126+
exit(1);
127+
}
128+
122129
// Fixes for colors support on appveyor
123130
// See https://github.com/appveyor/ci/issues/373
124131
$colorFixes = array(
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.git* export-ignore
2+
Tests export-ignore
3+
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.git* export-ignore
2+
Tests export-ignore
3+
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.git* export-ignore
2+
Tests export-ignore
3+
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.git* export-ignore
2+
Tests export-ignore
3+
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.git* export-ignore
2+
Tests export-ignore
3+
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/Tests export-ignore
1+
.git* export-ignore
2+
Tests export-ignore
23
phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)