mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +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:
@@ -26,6 +26,6 @@ class HarMeanTest extends TestCase
|
||||
|
||||
public function providerHARMEAN()
|
||||
{
|
||||
return require 'data/Calculation/Statistical/HARMEAN.php';
|
||||
return require 'tests/data/Calculation/Statistical/HARMEAN.php';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user