Fix test names per `composer check`

This commit is contained in:
James Lucas 2021-07-17 14:53:37 +10:00 committed by oleibman
parent a9533b77ec
commit 11bf051c94
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ use PHPUnit\Framework\TestCase;
class DataValidationBooleanValue extends TestCase class DataValidationBooleanValue extends TestCase
{ {
public static function testPr2225_truefalse(): void public static function testPr2225TrueFalse(): void
{ {
//This file is created with LibreOffice //This file is created with LibreOffice
$xlsxFile = 'tests/data/Reader/XLSX/pr2225-datavalidation-truefalse.xlsx'; $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 //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'; $xlsxFile = 'tests/data/Reader/XLSX/pr2225-datavalidation-onezero.xlsx';
$reader = new Xlsx(); $reader = new Xlsx();