Clean Up Some Tests

This commit is contained in:
oleibman
2024-11-07 21:47:56 -08:00
parent 3d4b4b0957
commit b99d061726
8 changed files with 37 additions and 10 deletions
@@ -43,5 +43,6 @@ class StringHelperInvalidCharTest extends TestCase
$sheet->getCell("A$row")->getValue()
);
}
$spreadsheet->disconnectWorksheets();
}
}