Revert "Update build configuration files"
This reverts commit 3f886a5f8b
.
This commit is contained in:
parent
3f886a5f8b
commit
48c7835789
|
@ -1,31 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
|
|
||||||
|
|
||||||
<ruleset name="docker-example-drupal-commerce-kickstart coding standards">
|
|
||||||
<description>PHPCS configuration file for docker-example-drupal-commerce-kickstart.</description>
|
|
||||||
|
|
||||||
|
|
||||||
<arg value="np"/>
|
|
||||||
|
|
||||||
<rule ref="DrupalPractice"/>
|
|
||||||
|
|
||||||
<rule ref="Drupal">
|
|
||||||
<exclude name="Drupal.Commenting.ClassComment.Missing"/>
|
|
||||||
<exclude name="Drupal.Commenting.DataTypeNamespace.DataTypeNamespace"/>
|
|
||||||
<exclude name="Drupal.Commenting.Deprecated"/>
|
|
||||||
<exclude name="Drupal.Commenting.DocComment.ContentAfterOpen"/>
|
|
||||||
<exclude name="Drupal.Commenting.DocComment.MissingShort"/>
|
|
||||||
<exclude name="Drupal.Commenting.FunctionComment.IncorrectParamVarName"/>
|
|
||||||
<exclude name="Drupal.Commenting.FunctionComment.IncorrectTypeHint"/>
|
|
||||||
<exclude name="Drupal.Commenting.FunctionComment.InvalidReturn"/>
|
|
||||||
<exclude name="Drupal.Commenting.FunctionComment.Missing"/>
|
|
||||||
<exclude name="Drupal.Commenting.FunctionComment.MissingParamComment"/>
|
|
||||||
<exclude name="Drupal.Commenting.FunctionComment.MissingReturnComment"/>
|
|
||||||
<exclude name="Drupal.Commenting.FunctionComment.ParamTypeSpaces"/>
|
|
||||||
<exclude name="Drupal.Commenting.FunctionComment.TypeHintMissing"/>
|
|
||||||
<exclude name="Drupal.Commenting.InlineComment.DocBlock"/>
|
|
||||||
<exclude name="Drupal.Commenting.VariableComment.Missing"/>
|
|
||||||
<exclude name="Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"/>
|
|
||||||
<exclude name="DrupalPractice.Objects.StrictSchemaDisabled.StrictConfigSchema"/>
|
|
||||||
</rule>
|
|
||||||
</ruleset>
|
|
|
@ -1,9 +0,0 @@
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
|
||||||
|
|
||||||
parameters:
|
|
||||||
level:
|
|
||||||
excludePaths:
|
|
||||||
- *Test.php
|
|
||||||
- *TestBase.php
|
|
||||||
paths:
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
|
|
||||||
<phpunit
|
|
||||||
beStrictAboutChangesToGlobalState="true"
|
|
||||||
beStrictAboutOutputDuringTests="false"
|
|
||||||
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
||||||
bootstrap="web/core/tests/bootstrap.php"
|
|
||||||
cacheResult="false"
|
|
||||||
colors="true"
|
|
||||||
failOnWarning="true"
|
|
||||||
printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter"
|
|
||||||
>
|
|
||||||
<php>
|
|
||||||
<env name="BROWSERTEST_OUTPUT_BASE_URL" value=""/>
|
|
||||||
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
|
|
||||||
<env name="MINK_DRIVER_ARGS" value=''/>
|
|
||||||
<env name="MINK_DRIVER_ARGS_WEBDRIVER" value=''/>
|
|
||||||
<env name="MINK_DRIVER_CLASS" value=''/>
|
|
||||||
<env name="SIMPLETEST_BASE_URL" value="http://web"/>
|
|
||||||
<env name="SIMPLETEST_DB" value="sqlite://localhost//dev/shm/test.sqlite"/>
|
|
||||||
|
|
||||||
<ini name="error_reporting" value="32767"/>
|
|
||||||
<ini name="memory_limit" value="-1"/>
|
|
||||||
</php>
|
|
||||||
|
|
||||||
<testsuites>
|
|
||||||
<testsuite name="functional">
|
|
||||||
<directory>./web/modules/custom/**/tests/**/Functional</directory>
|
|
||||||
</testsuite>
|
|
||||||
<testsuite name="kernel">
|
|
||||||
<directory>./web/modules/custom/**/tests/**/Kernel</directory>
|
|
||||||
</testsuite>
|
|
||||||
<testsuite name="unit">
|
|
||||||
<directory>./web/modules/custom/**/tests/**/Unit</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
|
||||||
</phpunit>
|
|
Loading…
Reference in a new issue