Agrega configuración de PHP Unit
This commit is contained in:
parent
9a8cf9a387
commit
d11687263f
@ -17,5 +17,8 @@
|
||||
"symfony/yaml": "^6.4",
|
||||
"psr/log": "^3.0",
|
||||
"monolog/monolog": "^3.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5"
|
||||
}
|
||||
}
|
||||
|
7
phpunit.xml
Normal file
7
phpunit.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<phpunit bootstrap="vendor/autoload.php">
|
||||
<testsuites>
|
||||
<testsuite name="Project Test Suite">
|
||||
<directory>tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
0
tests/.gitkeep
Normal file
0
tests/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user