mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-09-01 19:12:36 +02:00
solving problems with lack of memory, the new ZipReader and ZipWriter class, adds .phpstorm.meta.php
#13 #16 #27 #31 #41
This commit is contained in:
11
phpunit.xml
11
phpunit.xml
@@ -10,9 +10,16 @@
|
||||
</php>
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="PhpZip test suite">
|
||||
<testsuite name="all_tests">
|
||||
<directory>tests</directory>
|
||||
</testsuite>
|
||||
<testsuite name="only_fast_tests">
|
||||
<directory>tests</directory>
|
||||
<exclude>tests/SlowTests</exclude>
|
||||
</testsuite>
|
||||
<testsuite name="only_slow_tests">
|
||||
<directory>tests/SlowTests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
@@ -20,4 +27,4 @@
|
||||
<directory>src</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
Reference in New Issue
Block a user