We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4445f commit 31daed0Copy full SHA for 31daed0
tests/PhpSpreadsheetTests/Reader/HTMLTest.php
@@ -10,11 +10,7 @@ class HTMLTest extends PHPUnit_Framework_TestCase
10
public function testCsvWithAngleBracket()
11
{
12
$filename = __DIR__ . '/../../data/Reader/HTML/csv_with_angle_bracket.csv';
13
- $this->assertFalse($this->getInstance()->canRead($filename));
14
- }
15
-
16
- private function getInstance()
17
- {
18
- return new HTML();
+ $reader = new Html();
+ $this->assertFalse($reader->canRead($filename));
19
}
20
0 commit comments