mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-24 09:09:22 +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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user