📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 02:45:05
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
symfony
/
string
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/symfony/string
🔄 Refresh
✏️
Editing: phpunit.xml.dist
Writable
<?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 String Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <coverage> <include> <directory>./</directory> </include> <exclude> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </coverage> </phpunit>
💾 Save Changes
❌ Cancel