Skip to content

Commit a6a2033

Browse files
Merge branch '11.5' into 12.0
2 parents 3ce78b7 + fe90414 commit a6a2033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TextUI/Configuration/Cli/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ public function hasTestDoxPrinter(): bool
18671867
*/
18681868
public function testdoxPrinter(): bool
18691869
{
1870-
if (!$this->hasTestdoxPrinter()) {
1870+
if (!$this->hasTestDoxPrinter()) {
18711871
throw new Exception;
18721872
}
18731873

@@ -1887,7 +1887,7 @@ public function hasTestDoxPrinterSummary(): bool
18871887
*/
18881888
public function testdoxPrinterSummary(): bool
18891889
{
1890-
if (!$this->hasTestdoxPrinterSummary()) {
1890+
if (!$this->hasTestDoxPrinterSummary()) {
18911891
throw new Exception;
18921892
}
18931893

0 commit comments

Comments
 (0)