mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Composer update
This commit is contained in:
parent
0fc0d127da
commit
e5265527db
157 changed files with 9808 additions and 1594 deletions
24
system/vendor/michelf/php-markdown/phpunit.xml.dist
vendored
Normal file
24
system/vendor/michelf/php-markdown/phpunit.xml.dist
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
bootstrap="./test/bootstrap.php"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="php-markdown Unit Tests">
|
||||
<directory>./test/unit/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="php-markdown Integration Tests">
|
||||
<directory>./test/integration/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">Michelf</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
Loading…
Add table
Add a link
Reference in a new issue