Skip to content

Commit c557f26

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 4de013f commit c557f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.php_cs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ return PhpCsFixer\Config::create()
2020
'phpdoc_align' => false,
2121
'phpdoc_no_empty_return' => false,
2222
'phpdoc_order' => true,
23+
'php_unit_method_casing' => false,
2324
'pre_increment' => false,
2425
'self_accessor' => false,
2526
'single_trait_insert_per_statement' => false,

phpunit.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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"
44
backupGlobals="false"
55
backupStaticAttributes="false"
66
beStrictAboutTestsThatDoNotTestAnything="false"
77
bootstrap="vendor/autoload.php"
8-
cacheResult="false"
98
colors="true"
109
convertErrorsToExceptions="true"
1110
convertNoticesToExceptions="true"

0 commit comments

Comments
 (0)