Skip to content

Commit d43ec3e

Browse files
authored
Initialise array (#10)
1 parent 31aa8b1 commit d43ec3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FinderCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
3333
$bootstrap = $input->getOption('bootstrap-file');
3434
include_once $bootstrap;
3535
$testSuites = $input->getArgument('test-suite');
36+
$testFilenames = [];
3637

3738
$config = (new Loader())->load($configFile);
3839

0 commit comments

Comments
 (0)