backup: live-stand vor erstem git-deployment
This commit is contained in:
16
module/sitemap/phpunit.xml.dist
Normal file
16
module/sitemap/phpunit.xml.dist
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
convertErrorsToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
mapTestClassNameToCoveredClassName="true"
|
||||
bootstrap="vendor/autoload.php"
|
||||
strict="true"
|
||||
verbose="true"
|
||||
colors="true">
|
||||
<testsuites>
|
||||
<testsuite name="Sitemap-Generator-Crawler">
|
||||
<directory>./tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user