mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 03:59:11 +00:00
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:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user