Skip to content

Commit b059a35

Browse files
Leftover from bc5f0c9
1 parent 9ea6f0b commit b059a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ private function handleListSuites(bool $exit): int
674674

675675
print 'Available test suite(s):' . PHP_EOL;
676676

677-
foreach ((new Loader)->load($this->arguments['configuration'])->testSuite() as $testSuite) {
677+
foreach ($this->arguments['configurationObject']->testSuite() as $testSuite) {
678678
printf(
679679
' - %s' . PHP_EOL,
680680
$testSuite->name()

0 commit comments

Comments
 (0)