We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f630ad commit fe90414Copy full SHA for fe90414
src/TextUI/Configuration/Cli/Configuration.php
@@ -1867,7 +1867,7 @@ public function hasTestDoxPrinter(): bool
1867
*/
1868
public function testdoxPrinter(): bool
1869
{
1870
- if (!$this->hasTestdoxPrinter()) {
+ if (!$this->hasTestDoxPrinter()) {
1871
throw new Exception;
1872
}
1873
@@ -1887,7 +1887,7 @@ public function hasTestDoxPrinterSummary(): bool
1887
1888
public function testdoxPrinterSummary(): bool
1889
1890
- if (!$this->hasTestdoxPrinterSummary()) {
+ if (!$this->hasTestDoxPrinterSummary()) {
1891
1892
1893
0 commit comments