Uncomment test cases

This commit is contained in:
Adrien Crivelli 2017-12-11 12:22:49 +09:00
parent 96f3f666d6
commit 08e860b993
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ class MergedCells extends TestCase
public function providerMergedCells()
{
return [
// ['Html'],
// ['Xls'],
// ['Xlsx'],
['Html'],
['Xls'],
['Xlsx'],
['Ods'],
];
}