X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/kris/laravel-form-builder
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
kris
/
laravel-form-builder
/
📁
..
📁
.github
📄
.gitignore
(81 B)
📄
.scrutinizer.yml
(942 B)
📄
.travis.yml
(549 B)
📄
CHANGELOG.md
(17.6 KB)
📄
LICENSE
(1.06 KB)
📄
NOTES.md
(161 B)
📄
README.md
(9.39 KB)
📄
README_OLD.md
(31.64 KB)
📄
composer.json
(1.41 KB)
📄
phpunit-printer.yml
(326 B)
📄
phpunit.xml
(1.04 KB)
📁
src
📁
tests
Editing: phpunit.xml
<?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" syntaxCheck="false"> <testsuites> <testsuite name="Package Test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/Kris</directory> <exclude> <file>./src/Kris/LaravelFormBuilder/FormBuilderServiceProvider.php</file> <file>./src/Kris/LaravelFormBuilder/Facades/FormBuilder.php</file> <file>./src/Kris/LaravelFormBuilder/Console/FormMakeCommand.php</file> <file>./src/Kris/LaravelFormBuilder/FormBuilderTrait.php</file> </exclude> </whitelist> </filter> </phpunit>
Upload File
Create Folder