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 ); - }