Additional .gitignored files, remove unused config
This commit is contained in:
parent
792f82ae6a
commit
29d6718339
2 changed files with 3 additions and 25 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
|
/.vscode
|
||||||
/.idea
|
/.idea
|
||||||
|
/.DS_Store
|
||||||
/vendor
|
/vendor
|
||||||
composer.lock
|
composer.lock
|
||||||
/public/*
|
|
23
phpunit.xml
23
phpunit.xml
|
@ -1,23 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<phpunit colors="true"
|
|
||||||
bootstrap="vendor/autoload.php"
|
|
||||||
displayDetailsOnIncompleteTests="true"
|
|
||||||
displayDetailsOnSkippedTests="true"
|
|
||||||
displayDetailsOnTestsThatTriggerDeprecations="true"
|
|
||||||
displayDetailsOnTestsThatTriggerWarnings="true"
|
|
||||||
displayDetailsOnTestsThatTriggerNotices="true"
|
|
||||||
failOnWarning="true"
|
|
||||||
failOnRisky="true">
|
|
||||||
<testsuites>
|
|
||||||
<testsuite name="Unit Tests">
|
|
||||||
<directory>tests</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
|
||||||
|
|
||||||
<coverage/>
|
|
||||||
<source>
|
|
||||||
<include>
|
|
||||||
<directory suffix=".php">src/</directory>
|
|
||||||
</include>
|
|
||||||
</source>
|
|
||||||
</phpunit>
|
|
Loading…
Add table
Reference in a new issue