mirror of https://github.com/flightphp/core
parent
8f7c48ce6d
commit
7336bd4fd7
@ -1,10 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ruleset name="pcsg-generated-ruleset">
|
<ruleset name="pcsg-generated-ruleset">
|
||||||
<description>Created with the PHP Coding Standard Generator. http://edorian.github.io/php-coding-standard-generator/</description>
|
<description>
|
||||||
<arg name="colors"/>
|
Created with the PHP Coding Standard Generator.
|
||||||
<arg name="tab-width" value="4"/>
|
http://edorian.github.io/php-coding-standard-generator/
|
||||||
<rule ref="PSR12"/>
|
</description>
|
||||||
<!-- <rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/> -->
|
<arg name="colors" />
|
||||||
<file>flight/</file>
|
<arg name="tab-width" value="4" />
|
||||||
<file>tests/</file>
|
<rule ref="PSR12" />
|
||||||
|
<file>flight/</file>
|
||||||
|
<file>tests/</file>
|
||||||
</ruleset>
|
</ruleset>
|
@ -1,23 +1,25 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
<phpunit
|
||||||
bootstrap="tests/phpunit_autoload.php"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
executionOrder="random"
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
||||||
beStrictAboutOutputDuringTests="true"
|
bootstrap="tests/phpunit_autoload.php"
|
||||||
beStrictAboutTodoAnnotatedTests="true"
|
executionOrder="random"
|
||||||
convertDeprecationsToExceptions="true"
|
beStrictAboutOutputDuringTests="true"
|
||||||
stopOnError="true"
|
beStrictAboutTodoAnnotatedTests="true"
|
||||||
stopOnFailure="true"
|
convertDeprecationsToExceptions="true"
|
||||||
verbose="true"
|
stopOnError="true"
|
||||||
colors="true">
|
stopOnFailure="true"
|
||||||
<coverage processUncoveredFiles="true">
|
verbose="true"
|
||||||
<include>
|
colors="true">
|
||||||
<directory suffix=".php">flight/</directory>
|
<coverage processUncoveredFiles="true">
|
||||||
</include>
|
<include>
|
||||||
</coverage>
|
<directory suffix=".php">flight/</directory>
|
||||||
<testsuites>
|
</include>
|
||||||
<testsuite name="default">
|
</coverage>
|
||||||
<directory>tests/</directory>
|
<testsuites>
|
||||||
</testsuite>
|
<testsuite name="default">
|
||||||
</testsuites>
|
<directory>tests/</directory>
|
||||||
<logging/>
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
|
<logging />
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
Reference in new issue