From ed78a0211951c0bc4488eccfb5d6149517471ba5 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Fri, 3 Jan 2020 23:44:38 +0100 Subject: [PATCH] Addition cell datatype tests (#1303) * Additional cell datatype unit tests * Codestyle appeasement --- tests/PhpSpreadsheetTests/Cell/CellTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/PhpSpreadsheetTests/Cell/CellTest.php b/tests/PhpSpreadsheetTests/Cell/CellTest.php index d8c38585..38fc4280 100644 --- a/tests/PhpSpreadsheetTests/Cell/CellTest.php +++ b/tests/PhpSpreadsheetTests/Cell/CellTest.php @@ -49,5 +49,4 @@ class CellTest extends TestCase { return require 'data/Cell/SetValueExplicitException.php'; } - }