Okay never mind don't ignore those files

This commit is contained in:
Buster "Silver Eagle" Neece 2018-07-13 14:53:39 -05:00
parent f684e83166
commit 9fc1f13d45
3 changed files with 4295 additions and 1 deletions

1
.gitignore vendored
View File

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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
<?php //[STAMP] 9fe1e17cd58afa08ea387d72d444156d
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();
}