You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the server started successful open another console, navigate to project root again and run Behat with the command `php bin/behat`.
52
+
53
+
*If it does not work, check that the behat file is executable.
54
+
49
55
Unit Tests
50
56
----------
51
57
Unit Tests are of course also available. You can find them in [module/CargoBackend/tests](https://github.com/codeliner/php-ddd-cargo-sample/tree/master/module/CargoBackend/tests).
@@ -62,34 +68,4 @@ Maybe I've missed a concept that you hoped to find in the example.
62
68
Chapter Overview
63
69
----------------
64
70
65
-
###ChapterOne
66
-
`git checkout ChapterOne`
67
-
68
-
Chapter One release contains the first draft of the Cargo DDD model.
69
-
It contains the Entities `Cargo` and `Voyage` and also an `Application BookingService` that works with an `overbooking policy`
70
-
to allow the booking of a Cargo even when the Voyage has not enough free capacity.
In Chapter Two we learn the importance of the Ubiquitous Language. With it's help the team works out a Cargo Router and redefines the use cases for the Shipping Application. The `Application BookingService` is replaced with a `Application RoutingService`, cause the system focuses on planing an `Itinerary` for a `Cargo` that satisfies a `RouteSpecification`.
0 commit comments