mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
Files to generate should be a Collection
This commit is contained in:
parent
f0121f8bc6
commit
2b180e967c
2 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ class RemoveIgnoredFilesCommandTest extends KernelTestCase
|
|||
{
|
||||
public function test_it_removes_any_ignored_files(): void
|
||||
{
|
||||
$filenamesToGenerate = [
|
||||
$filenamesToGenerate = collect([
|
||||
new TemplateFile(data: '', name: 'phpcs.xml.dist'),
|
||||
new TemplateFile(data: '', name: 'phpstan.neon.dist'),
|
||||
];
|
||||
]);
|
||||
|
||||
$filenamesToIgnore = ['phpstan.neon.dist'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue