diff --git a/tests/PhpSpreadsheetTests/Reader/Xlsx/DataValidationBooleanValue.php b/tests/PhpSpreadsheetTests/Reader/Xlsx/DataValidationBooleanValue.php index 1bc4f6c4..34ac2112 100644 --- a/tests/PhpSpreadsheetTests/Reader/Xlsx/DataValidationBooleanValue.php +++ b/tests/PhpSpreadsheetTests/Reader/Xlsx/DataValidationBooleanValue.php @@ -7,7 +7,7 @@ use PHPUnit\Framework\TestCase; class DataValidationBooleanValue extends TestCase { - public static function testPr2225_truefalse(): void + public static function testPr2225TrueFalse(): void { //This file is created with LibreOffice $xlsxFile = 'tests/data/Reader/XLSX/pr2225-datavalidation-truefalse.xlsx'; @@ -32,7 +32,7 @@ class DataValidationBooleanValue extends TestCase } //This file was created with Google Sheets export to XLSX - public static function testPr2225_onezero(): void + public static function testPr2225OneZero(): void { $xlsxFile = 'tests/data/Reader/XLSX/pr2225-datavalidation-onezero.xlsx'; $reader = new Xlsx();