1
0
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:
Ne-Lexa
2019-12-30 18:47:37 +03:00
parent 28e220718c
commit f377b889b5
126 changed files with 12805 additions and 7819 deletions

View File

@@ -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>