mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-02-18 18:17:51 -05:00
Remove phpunit.xml and phpcs.xml
Use defaults from new workflows.
This commit is contained in:
parent
5425933405
commit
93ff449fde
3 changed files with 0 additions and 43 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,4 +4,3 @@
|
|||
# Except those related to Git and GitHub
|
||||
!.git*
|
||||
!.github
|
||||
!.phpcs.xml
|
||||
|
|
|
|||
26
.phpcs.xml
26
.phpcs.xml
|
|
@ -1,26 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="Eagle">
|
||||
<description>Sniff our code a while</description>
|
||||
|
||||
<file>./</file>
|
||||
|
||||
<exclude-pattern>vendor/*</exclude-pattern>
|
||||
|
||||
<arg name="report-width" value="auto"/>
|
||||
<arg name="report-full"/>
|
||||
<arg name="report-gitblame"/>
|
||||
<arg name="report-summary"/>
|
||||
<arg name="encoding" value="UTF-8"/>
|
||||
<arg name="extensions" value="php"/>
|
||||
|
||||
<rule ref="PSR12">
|
||||
<exclude name="PSR12.Properties.ConstantVisibility.NotFound"/>
|
||||
</rule>
|
||||
|
||||
<rule ref="Generic.Files.LineLength">
|
||||
<properties>
|
||||
<property name="lineLimit" value="120"/>
|
||||
<property name="absoluteLineLimit" value="0"/>
|
||||
</properties>
|
||||
</rule>
|
||||
</ruleset>
|
||||
16
phpunit.xml
16
phpunit.xml
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
processIsolation="false"
|
||||
stopOnFailure="false"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Icinga DB Web PHP Unit Tests">
|
||||
<directory suffix="Test.php">test/php</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Loading…
Reference in a new issue