Correctly name test class files
This commit is contained in:
parent
94a5ad5a42
commit
155c8eb752
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "^8.4"
|
|
||||||
},
|
|
||||||
"require": {
|
"require": {
|
||||||
"phpmailer/phpmailer": "^6.1"
|
"phpmailer/phpmailer": "^6.1",
|
||||||
|
"phpunit/phpunit": "^9.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,43 +1,8 @@
|
||||||
<phpunit
|
<?xml version="1.0"?>
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" backupStaticAttributes="false" beStrictAboutChangesToGlobalState="false" beStrictAboutOutputDuringTests="false" beStrictAboutResourceUsageDuringSmallTests="true" beStrictAboutTodoAnnotatedTests="true" beStrictAboutCoversAnnotation="false" cacheResult="false" colors="true" convertErrorsToExceptions="false" convertDeprecationsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" enforceTimeLimit="true" forceCoversAnnotation="false" processIsolation="true" stopOnError="true" stopOnFailure="true" stopOnIncomplete="true" stopOnSkipped="true" stopOnRisky="true" testSuiteLoaderClass="PHPUnit\Runner\StandardTestSuiteLoader" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" verbose="true">
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/|version|/phpunit.xsd"
|
<coverage processUncoveredFiles="true">
|
||||||
backupGlobals="false"
|
<include>
|
||||||
backupStaticAttributes="false"
|
<directory suffix=".php">../exceptions/</directory>
|
||||||
beStrictAboutChangesToGlobalState="false"
|
</include>
|
||||||
beStrictAboutOutputDuringTests="false"
|
</coverage>
|
||||||
beStrictAboutResourceUsageDuringSmallTests="true"
|
|
||||||
beStrictAboutTodoAnnotatedTests="true"
|
|
||||||
beStrictAboutCoversAnnotation="false"
|
|
||||||
cacheResult="false"
|
|
||||||
cacheTokens="false"
|
|
||||||
colors="true"
|
|
||||||
convertErrorsToExceptions="false"
|
|
||||||
convertDeprecationsToExceptions="true"
|
|
||||||
convertNoticesToExceptions="true"
|
|
||||||
convertWarningsToExceptions="true"
|
|
||||||
enforceTimeLimit="true"
|
|
||||||
forceCoversAnnotation="false"
|
|
||||||
printerClass="PHPUnit\TextUI\ResultPrinter"
|
|
||||||
processIsolation="true"
|
|
||||||
stopOnError="true"
|
|
||||||
stopOnFailure="true"
|
|
||||||
stopOnIncomplete="true"
|
|
||||||
stopOnSkipped="true"
|
|
||||||
stopOnRisky="true"
|
|
||||||
testSuiteLoaderClass="PHPUnit\Runner\StandardTestSuiteLoader"
|
|
||||||
timeoutForSmallTests="1"
|
|
||||||
timeoutForMediumTests="10"
|
|
||||||
timeoutForLargeTests="60"
|
|
||||||
verbose="true">
|
|
||||||
<filter>
|
|
||||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
||||||
<directory suffix=".php">../exceptions/</directory>
|
|
||||||
<!-- <file>/path/to/file</file>
|
|
||||||
<exclude>
|
|
||||||
<directory suffix=".php">/path/to/files</directory>
|
|
||||||
<file>/path/to/file</file>
|
|
||||||
</exclude>-->
|
|
||||||
</whitelist>
|
|
||||||
</filter>
|
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user