Skip to content

Commit

Permalink
Testing has been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldrennen committed Jan 4, 2019
1 parent bfc5562 commit ea7ba1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ExcelTest.php
Expand Up @@ -82,9 +82,6 @@ public function toArrayCreatesHeader() {
* @test
*/
public function unableToInitializeFileShouldThrowException() {



$this->expectException( \Exception::class );

$rows[] = [
Expand All @@ -101,7 +98,6 @@ public function unableToInitializeFileShouldThrowException() {
$sheetName = 'testOutput.xlsx';

Excel::simple( $rows, $totals, $sheetName, self::$unreadableSourceFilePath, $options );

}


Expand Down

0 comments on commit ea7ba1e

Please sign in to comment.