golden hour
/home/phakp/public_html/formtools/vendor/justinrainbow/json-schema
⬆️ Go Up
Upload
File/Folder
Size
Actions
LICENSE
1.03 KB
Del
OK
README.md
6.12 KB
Del
OK
bin
-
Del
OK
composer.json
1.84 KB
Del
OK
demo
-
Del
OK
dist
-
Del
OK
phpunit.xml.dist
704 B
Del
OK
src
-
Del
OK
Edit: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="vendor/autoload.php" verbose="true" > <testsuites> <testsuite name="JSON Schema Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/JsonSchema/</directory> </whitelist> </filter> </phpunit>
Save