Skip to content

Commit 748048d

Browse files
committed
Fix tests
1 parent 5df1208 commit 748048d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/Integration/PackagesListBuilderTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ public function testBase(): void
159159
'config/params.php',
160160
],
161161
],
162+
'subdir' => [
163+
'test/custom-source' => [
164+
'subdir/*.php'
165+
],
166+
],
162167
'web' => [
163168
'/' => [
164169
'config/web.php',

0 commit comments

Comments
 (0)