We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f1058 commit ef81ebdCopy full SHA for ef81ebd
tests/lib/CopyAsMarkdown/CopyAsMarkdownTest.php
@@ -25,7 +25,6 @@ public function testCreateHeaderRows_WhenHasOneColumn()
25
$this->assertEquals($expected, $this->copyAsMarkdown->createHeaderRows(array('hoge')));
26
}
27
28
-
29
public function testCalculateColumnCount()
30
{
31
$this->assertEquals(3, $this->copyAsMarkdown->calculateColumnCount(array(array('a', 'b', 'c'))));
0 commit comments