From 11bf051c94261ede2c5586163bc47e76bfcc38f4 Mon Sep 17 00:00:00 2001 From: James Lucas Date: Sat, 17 Jul 2021 14:53:37 +1000 Subject: [PATCH] Fix test names per `composer check` --- .../Reader/Xlsx/DataValidationBooleanValue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();