Skip to content

Commit 33dc757

Browse files
committed
Moved the autoload-dev file to e2e/result-cache-meta-extension
1 parent 2d93b10 commit 33dc757

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

.github/workflows/e2e-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
../../bin/phpstan
236236
- script: |
237237
cd e2e/result-cache-meta-extension
238+
composer install
238239
../../bin/phpstan -vvv
239240
../../bin/phpstan -vvv --fail-without-result-cache
240241
echo 'modified-hash' > hash.txt

composer.json

-3
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@
140140
"classmap": [
141141
"tests/e2e",
142142
"tests/PHPStan"
143-
],
144-
"files": [
145-
"e2e/result-cache-meta-extension/src/DummyResultCacheMetaExtension.php"
146143
]
147144
},
148145
"repositories": [
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"autoload-dev": {
3+
"classmap": ["src/"]
4+
}
5+
}

e2e/result-cache-meta-extension/composer.lock

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)