File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ return PhpCsFixer\Config::create()
20
20
'phpdoc_align ' => false ,
21
21
'phpdoc_no_empty_return ' => false ,
22
22
'phpdoc_order ' => true ,
23
+ 'php_unit_method_casing ' => false ,
23
24
'pre_increment ' => false ,
24
25
'self_accessor ' => false ,
25
26
'single_trait_insert_per_statement ' => false ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/9.3 /phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" vendor/ phpunit/phpunit /phpunit.xsd"
4
4
backupGlobals =" false"
5
5
backupStaticAttributes =" false"
6
6
beStrictAboutTestsThatDoNotTestAnything =" false"
7
7
bootstrap =" vendor/autoload.php"
8
- cacheResult =" false"
9
8
colors =" true"
10
9
convertErrorsToExceptions =" true"
11
10
convertNoticesToExceptions =" true"
You can’t perform that action at this time.
0 commit comments