Composer update and ignoring autogenned unit test files.

This commit is contained in:
Buster "Silver Eagle" Neece 2018-07-13 14:46:36 -05:00
parent bcd236da0d
commit f684e83166
5 changed files with 626 additions and 4455 deletions

3
.gitignore vendored
View File

@ -26,7 +26,8 @@ web/static/yarn-error\.log
/util/ansible/deploy.retry
/util/ansible/update.retry
tests/_output/*
tests/_support/_generated/
# Docker files
/docker-compose.yml
/*.tar.gz
/*.tar.gz

View File

@ -38,7 +38,8 @@
"codeception/codeception": "^2.2",
"flow/jsonpath": "^0.3.4",
"zircote/swagger-php": "^2.0",
"mockery/mockery": "^1.0"
"mockery/mockery": "^1.0",
"squizlabs/php_codesniffer": "3.*"
},
"authors": [
{

891
composer.lock generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +0,0 @@
<?php //[STAMP] 56ffbccca622387ce1270fe615ff8a89
namespace _generated;
// This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build
// @codingStandardsIgnoreFile
trait UnitTesterActions
{
/**
* @return \Codeception\Scenario
*/
abstract protected function getScenario();
}