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
@@ -39,6 +39,6 @@ class NumberValueTest extends TestCase
public function providerNUMBERVALUE()
{
return require 'data/Calculation/TextData/NUMBERVALUE.php';
return require 'tests/data/Calculation/TextData/NUMBERVALUE.php';
}
}