Skip to content

Commit 8114cff

Browse files
author
Codeliner
committed
ChapterFour: Move CargoBackend to own module
1 parent 4484f59 commit 8114cff

39 files changed

+338
-479
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ before_script:
2323

2424

2525
script:
26-
- php ./bin/phpunit -c ./module/Application/tests/PHPUnit
26+
- php ./bin/phpunit -c ./module/CargoBackend/tests
2727
- bin/behat --verbose
2828

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"doctrine/doctrine-orm-module": "*",
2222
"mwillbanks/zfc-twitter-bootstrap" : "dev-master",
2323
"codeliner/php-equalsbuilder": "1.1.*",
24+
"codeliner/shared-domain-set": "1.0.*",
2425
"rhumsaa/uuid" : "2.5.*"
2526
},
2627
"require-dev" : {

0 commit comments

Comments
 (0)