diff --git a/tests/Unit/ReportPrinterSprintfBugTest.php b/tests/Unit/ReportPrinterSprintfBugTest.php new file mode 100644 index 0000000..2c19f7b --- /dev/null +++ b/tests/Unit/ReportPrinterSprintfBugTest.php @@ -0,0 +1,35 @@ +> + */ + public static function provideEscapedPercentInNameCases(): iterable + { + return [ + // This test is expected to fail with `ArgumentCountError` due to a bug in Codeception ReportPrinter + '100% coverage' => [1], + ]; + } +}