Composer dependency update and minor functional test tweaks.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-06-06 05:14:50 -05:00
parent bdd0ce9453
commit ae4972f15b
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
5 changed files with 820 additions and 398 deletions

View File

@ -1,31 +1,31 @@
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
bootstrap: _bootstrap.php
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
error_level: "E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED"
colors: true
memory_limit: 1024M
error_level: "E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED"
extensions:
enabled:
- Codeception\Extension\RunFailed
enabled:
- Codeception\Extension\RunFailed
modules:
coverage:
enabled: true
include:
- src/*
- src/*
exclude:
# Used in application, but not used in tests
- src/Radio/Frontend/ShoutCast2.php
- src/Console/Command/*.php
- src/Console/Command/*.php
- src/Entity/Fixture/*
- src/Entity/Migration/*
# Exceptions
- src/Exception/*.php
- src/Mvc/ErrorHandler.php
# Used in application, but not used in tests
- src/Radio/Frontend/ShoutCast2.php
- src/Console/Command/*.php
- src/Entity/Fixture/*
- src/Entity/Migration/*
# Exceptions
- src/Exception/*.php
- src/Mvc/ErrorHandler.php

View File

@ -92,6 +92,7 @@
"phpstan/phpstan": "^0.11.1",
"phpstan/phpstan-doctrine": "^0.11.0",
"phpstan/phpstan-strict-rules": "^0.11.0",
"phpunit/php-timer": "^3.1.4",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "3.*"
},

1169
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
<?php //[STAMP] 5f3cea3c1ca786aaa9542179fa3868cb
<?php //[STAMP] 9b41b0db9e61d4ba9485515e72bd57d5
namespace _generated;
// This class was automatically generated by build task

View File

@ -1,4 +1,4 @@
<?php //[STAMP] b36b5161a48671f4d91b5512c7d1c9bd
<?php //[STAMP] b52e4ffd1eac82e3a1b7d8c495f5aca3
namespace _generated;
// This class was automatically generated by build task