home
/
zktecojo
/
public_html
/
vendor
/
laravel
/
framework
➕ New
📤 Upload
✎ Editing:
phpunit.xml
← Back
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="phpunit.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="false" stopOnFailure="false" syntaxCheck="true" strict="false" verbose="true" > <testsuites> <testsuite name="Laravel Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> <exclude> <file>./src/Illuminate/Foundation/start.php</file> <file>./src/Illuminate/Foundation/Console/Optimize/config.php</file> <directory>./src/Illuminate/Pagination/views</directory> </exclude> </whitelist> </filter> </phpunit>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel