Skip to content

Commit 3a30545

Browse files
committed
Revert "Removed test files"
This reverts commit 31b6307.
1 parent 31b6307 commit 3a30545

File tree

9 files changed

+25
-1
lines changed

9 files changed

+25
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/vendor
22
/tests/Workspace
33
/tests/Assets/workspace
4-
/tests/Integration/Composer/project
54
/phpbench.json
65
/composer.lock
76
/.php_cs.cache
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
namespace Random\Name;
4+
5+
class Generator
6+
{
7+
}
8+
9+
class SubGenerator
10+
{
11+
}

tests/Integration/Composer/project/classmap/ClassOne.php

Whitespace-only changes.

tests/Integration/Composer/project/psr0/.gitkeep

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Acme\Test\Foo;
4+
5+
class Class
6+
{
7+
}

tests/Integration/Composer/project/psr4-dev/keep

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Acme\Test\Foo;
4+
5+
class Class
6+
{
7+
}

tests/Integration/Composer/project/psr4/tests/foo/.gitkeep

Whitespace-only changes.

tests/Integration/Composer/project/src/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)