Allow to run an entire folder of tests

We now can do something like:

```sh
./vendor/bin/phpunit tests/PhpSpreadsheetTests/Reader/
```
This commit is contained in:
Adrien Crivelli
2020-05-17 18:35:55 +09:00
parent 7517cdd008
commit e868e58d20
229 changed files with 364 additions and 369 deletions
@@ -10,7 +10,7 @@ class CondNumFmtTest extends TestCase
{
public function testLoadCondNumFmt()
{
$filename = './data/Reader/XLSX/condfmtnum.xlsx';
$filename = 'tests/data/Reader/XLSX/condfmtnum.xlsx';
$reader = new Xlsx();
$spreadsheet = $reader->load($filename);