Skip to content

Commit 5ac2ebf

Browse files
committed
update a test
1 parent d3531e0 commit 5ac2ebf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/run_tests.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@
102102
$helper = new HTMLTable2JSON();
103103
$code_output = $helper->tableToJSON('', false, null, array(0), null, null, null, true, true, $table);
104104
$test_output = "[{\"Last Name\":\"Smith\", \"Points\":\"50\"},{\"Last Name\":\"Jackson\", \"Points\":\"94\"}]";
105-
echo $code_output.'<br />';
106-
echo $test_output.'<br />';
107105

108106
if($code_output == $test_output)
109107
$passed++;

0 commit comments

Comments
 (0)