Skip to content

Commit 14f57f7

Browse files
committed
Fix polyfills
1 parent df93a5b commit 14f57f7

File tree

5 files changed

+765
-23
lines changed

5 files changed

+765
-23
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
"autoload": {
8787
"psr-4": { "Composer\\Installers\\": "src/Composer/Installers" }
8888
},
89+
"autoload-dev": {
90+
"psr-4": { "Composer\\Installers\\Test\\": "tests/Composer/Installers/Test" }
91+
},
8992
"extra": {
9093
"class": "Composer\\Installers\\Plugin",
9194
"branch-alias": {

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="tests/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
>
1414
<php>
1515
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
@@ -26,4 +26,4 @@
2626
<directory>src/Composer/Installers</directory>
2727
</whitelist>
2828
</filter>
29-
</phpunit>
29+
</phpunit>

0 commit comments

Comments
 (0)