2024-08-13
This commit is contained in:
parent
74779c64c1
commit
6b27b6d5e6
30 changed files with 6781 additions and 2 deletions
18
web/vendor/htmlburger/carbon-fields/phpunit.xml
vendored
Normal file
18
web/vendor/htmlburger/carbon-fields/phpunit.xml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit
|
||||
bootstrap="./tests/bootstrap.php"
|
||||
colors="true"
|
||||
stopOnError="true"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
backupGlobals="false"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Carbon Fields Test Suite">
|
||||
<directory suffix=".php">./tests/unit-tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Loading…
Add table
Add a link
Reference in a new issue