[Removed] dev files
This commit is contained in:
parent
36401177b9
commit
2ebf7650b6
@ -1,13 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
$finder = PhpCsFixer\Finder::create()
|
|
||||||
->in(__DIR__)
|
|
||||||
;
|
|
||||||
|
|
||||||
$config = new PhpCsFixer\Config();
|
|
||||||
return $config->setRules([
|
|
||||||
'@PHP73Migration' => true,
|
|
||||||
'@PSR12' => true
|
|
||||||
])
|
|
||||||
->setFinder($finder)
|
|
||||||
;
|
|
@ -1,11 +0,0 @@
|
|||||||
# phpstan
|
|
||||||
|
|
||||||
Install the dev packages manually, then run `./vendor/bin/phpstan -c./vendor/d3/oxtotp/phpstan.neon` from the projects root directory
|
|
||||||
|
|
||||||
Analysis configuration is set in `phpstan.neon` file.
|
|
||||||
|
|
||||||
# php-cs-fixer
|
|
||||||
|
|
||||||
install the dev packages manually, then run `...` from the projects root directory
|
|
||||||
|
|
||||||
Fixer configuration is set in `.php-cs-fixer.php` file.
|
|
12
phpstan.neon
12
phpstan.neon
@ -1,12 +0,0 @@
|
|||||||
parameters:
|
|
||||||
scanFiles:
|
|
||||||
- IntelliSenseHelper.php
|
|
||||||
- ../../oxid-esales/oxideshop-ce/source/oxfunctions.php
|
|
||||||
- ../../oxid-esales/oxideshop-ce/source/overridablefunctions.php
|
|
||||||
paths:
|
|
||||||
- src
|
|
||||||
level: 9
|
|
||||||
phpVersion: 70100
|
|
||||||
checkMissingIterableValueType: false
|
|
||||||
ignoreErrors:
|
|
||||||
- '#Psr\\Container\\ContainerExceptionInterface is not subtype of Throwable#'
|
|
20
phpunit.xml
20
phpunit.xml
@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
bootstrap="vendor/autoload.php"
|
|
||||||
convertErrorsToExceptions="true"
|
|
||||||
convertNoticesToExceptions="true"
|
|
||||||
convertWarningsToExceptions="true"
|
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
|
||||||
<coverage>
|
|
||||||
<include>
|
|
||||||
<directory suffix=".php">src</directory>
|
|
||||||
</include>
|
|
||||||
<report>
|
|
||||||
<clover outputFile="build/logs/clover.xml"/>
|
|
||||||
</report>
|
|
||||||
</coverage>
|
|
||||||
<testsuite name="myModule">
|
|
||||||
<directory>./Tests</directory>
|
|
||||||
</testsuite>
|
|
||||||
<logging/>
|
|
||||||
</phpunit>
|
|
Loading…
x
Reference in New Issue
Block a user