Skip to content

Commit

Permalink
Merge pull request #17 from munisense/bugfix/DuplicateTestMethod
Browse files Browse the repository at this point in the history
Removed empty test testWriteToFile().
  • Loading branch information
mk-j committed Nov 18, 2014
2 parents 3eeeef2 + 021cf60 commit 78aab46
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions testbench/xlsxwriter.class.Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ public function testWriteCell()
@unlink($filename);
}

/**
* @covers XLSXWriter::writeToFile
*/
public function testWriteToFile()
{

}

/**
* @covers XLSXWriter::writeToFile
*/
Expand Down

0 comments on commit 78aab46

Please sign in to comment.