-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mubashar Ahmad
committed
Aug 22, 2022
1 parent
86028aa
commit e90d989
Showing
11 changed files
with
427 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":1,"defects":[],"times":{"ZanySoft\\Zip\\Tests\\ZipTest::testCreateZipFileWithoutAddingFiles":0.123,"ZanySoft\\Zip\\Tests\\ZipTest::testCreateZipWithAddingFiles":0.016,"ZanySoft\\Zip\\Tests\\ZipTest::testSetSkipThrowsExceptionOnInvalidMode":0.011,"ZanySoft\\Zip\\Tests\\ZipTest::testSetValidSkipMode":0.008,"ZanySoft\\Zip\\Tests\\ZipTest::testListFiles":0.01,"ZanySoft\\Zip\\Tests\\ZipTest::testHasFile":0.012,"ZanySoft\\Zip\\Tests\\ZipTest::testHasFileDoesNotExist":0.012,"ZanySoft\\Zip\\Tests\\ZipTest::testExtract":0.013}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit backupGlobals="false" | ||
backupStaticAttributes="false" | ||
bootstrap="vendor/autoload.php" | ||
colors="true" | ||
convertErrorsToExceptions="true" | ||
convertNoticesToExceptions="true" | ||
convertWarningsToExceptions="true" | ||
processIsolation="false" | ||
stopOnFailure="false"> | ||
<testsuites> | ||
<testsuite name="Package Test Suite"> | ||
<directory suffix=".php">./tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
</phpunit> |
Oops, something went wrong.