Skip to content

Commit

Permalink
Composer dependency update and minor functional test tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Jun 6, 2020
1 parent bdd0ce9 commit ae4972f
Show file tree
Hide file tree
Showing 5 changed files with 814 additions and 392 deletions.
44 changes: 22 additions & 22 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
},
Expand Down
Loading

0 comments on commit ae4972f

Please sign in to comment.