OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
vendor
/
symfony
/
finder
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:33:51 AM
rwxr-xr-x
📁
.git
-
08/07/2024 04:34:46 AM
rwxr-xr-x
📄
.gitattributes
113 bytes
08/07/2024 04:33:50 AM
rw-r--r--
📄
.gitignore
37 bytes
08/07/2024 04:33:50 AM
rw-r--r--
📄
CHANGELOG.md
2.61 KB
08/07/2024 04:33:50 AM
rw-r--r--
📁
Comparator
-
08/07/2024 04:33:58 AM
rwxr-xr-x
📁
Exception
-
08/07/2024 04:33:58 AM
rwxr-xr-x
📄
Finder.php
24.65 KB
08/07/2024 04:33:50 AM
rw-r--r--
📄
Gitignore.php
3.03 KB
08/07/2024 04:33:50 AM
rw-r--r--
📄
Glob.php
3.62 KB
08/07/2024 04:33:50 AM
rw-r--r--
📁
Iterator
-
08/07/2024 04:33:59 AM
rwxr-xr-x
📄
LICENSE
1.06 KB
08/07/2024 04:33:50 AM
rw-r--r--
📄
README.md
509 bytes
08/07/2024 04:33:50 AM
rw-r--r--
📄
SplFileInfo.php
1.91 KB
08/07/2024 04:33:51 AM
rw-r--r--
📁
Tests
-
08/07/2024 04:34:19 AM
rwxr-xr-x
📄
composer.json
797 bytes
08/07/2024 04:33:50 AM
rw-r--r--
📄
phpunit.xml.dist
847 bytes
08/07/2024 04:33:50 AM
rw-r--r--
Editing: phpunit.xml.dist
Close
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" failOnRisky="true" failOnWarning="true" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="Symfony Finder Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <coverage> <include> <directory>./</directory> </include> <exclude> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </coverage> </phpunit>