|
|
@@ -141,7 +141,8 @@ class TableHelperTest extends TestCase
|
|
|
*
|
|
|
* @return void
|
|
|
*/
|
|
|
- public function testOutputWithoutHeaders() {
|
|
|
+ public function testOutputWithoutHeaders()
|
|
|
+ {
|
|
|
$data = [
|
|
|
['short', 'Longish thing', 'short'],
|
|
|
['Longer thing', 'short', 'Longest Value'],
|
|
|
@@ -162,7 +163,8 @@ class TableHelperTest extends TestCase
|
|
|
*
|
|
|
* @return void
|
|
|
*/
|
|
|
- public function testOutputWithRowSeparator() {
|
|
|
+ public function testOutputWithRowSeparator()
|
|
|
+ {
|
|
|
$data = [
|
|
|
['Header 1', 'Header', 'Long Header'],
|
|
|
['short', 'Longish thing', 'short'],
|
|
|
@@ -187,7 +189,8 @@ class TableHelperTest extends TestCase
|
|
|
*
|
|
|
* @return void
|
|
|
*/
|
|
|
- public function testOutputWithRowSeparatorAndHeaders() {
|
|
|
+ public function testOutputWithRowSeparatorAndHeaders()
|
|
|
+ {
|
|
|
$data = [
|
|
|
['Header 1', 'Header', 'Long Header'],
|
|
|
['short', 'Longish thing', 'short'],
|