Experiment
This commit is contained in:
parent
fe121e8f7a
commit
16a9ff14d4
|
@ -17,7 +17,7 @@ before_script:
|
|||
- composer install --ignore-platform-reqs
|
||||
|
||||
script:
|
||||
- ./vendor/bin/phpunit
|
||||
- ./vendor/bin/phpunit --color=always --coverage-text
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"scripts": {
|
||||
"check": [
|
||||
"php-cs-fixer fix --ansi --dry-run --diff",
|
||||
"phpcs --report-width=200 samples/ src/ tests/ --ignore=samples/Header.php --standard=PSR2 -n",
|
||||
"phpcs --report-width=200 samples/ src/ tests/ --ignore=samples/Header.php --standard=PSR12 -n",
|
||||
"phpunit --color=always"
|
||||
],
|
||||
"fix": [
|
||||
|
|
|
@ -37,4 +37,8 @@ return [
|
|||
'#VALUE!',
|
||||
'NAN', 3,
|
||||
],
|
||||
[
|
||||
'#NUM!',
|
||||
-8, 3,
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue