Uncomment test cases
This commit is contained in:
parent
96f3f666d6
commit
08e860b993
|
@ -11,9 +11,9 @@ class MergedCells extends TestCase
|
||||||
public function providerMergedCells()
|
public function providerMergedCells()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
// ['Html'],
|
['Html'],
|
||||||
// ['Xls'],
|
['Xls'],
|
||||||
// ['Xlsx'],
|
['Xlsx'],
|
||||||
['Ods'],
|
['Ods'],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue