list trips

add, remove flights
This commit is contained in:
Richard Morgan
2017-05-14 22:08:50 -04:00
parent 09fa83af8b
commit 42dc785735
19 changed files with 228 additions and 0 deletions

14
tests/functional.suite.yml Executable file
View File

@@ -0,0 +1,14 @@
# Codeception Test Suite Configuration
#
# Suite for functional (integration) tests
# Emulate web requests and make application process them
# Include one of framework modules (Symfony2, Yii2, Laravel5) to use it
class_name: FunctionalTester
modules:
enabled:
# add framework module here
- \Helper\Functional
- Asserts
- Lumen:
cleanup: true