Reorganised unit test directories
This commit is contained in:
parent
83c083392a
commit
f12189b29d
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Custom assertion class for handling precision of Complex numbers
|
// Custom assertion class for handling precision of Complex numbers
|
||||||
require_once __DIR__.'/../../custom/complexAssert.php';
|
require_once 'custom/complexAssert.php';
|
||||||
|
|
||||||
// Data Provider handler
|
// Data Provider handler
|
||||||
require_once 'testDataFileIterator.php';
|
require_once 'testDataFileIterator.php';
|
|
@ -17,7 +17,7 @@
|
||||||
<ini name="memory_limit" value="2048M"/>
|
<ini name="memory_limit" value="2048M"/>
|
||||||
</php>
|
</php>
|
||||||
<testsuite name="PHPExcel Unit Test Suite">
|
<testsuite name="PHPExcel Unit Test Suite">
|
||||||
<directory suffix="Test.php">./PHPExcel</directory>
|
<directory suffix="Test.php">./Classes</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
|
|
Loading…
Reference in New Issue