From ea7ba1e3b6de9ffc6a30f565d5a547d3d03e4497 Mon Sep 17 00:00:00 2001 From: Michael Drennen Date: Fri, 4 Jan 2019 11:16:08 -0700 Subject: [PATCH] Testing has been added. --- tests/ExcelTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/ExcelTest.php b/tests/ExcelTest.php index e24264b..4e88ecc 100644 --- a/tests/ExcelTest.php +++ b/tests/ExcelTest.php @@ -82,9 +82,6 @@ public function toArrayCreatesHeader() { * @test */ public function unableToInitializeFileShouldThrowException() { - - - $this->expectException( \Exception::class ); $rows[] = [ @@ -101,7 +98,6 @@ public function unableToInitializeFileShouldThrowException() { $sheetName = 'testOutput.xlsx'; Excel::simple( $rows, $totals, $sheetName, self::$unreadableSourceFilePath, $options ); - }