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
+[DDD Tools and Libs](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/docs/domain-driven-design-tools.md)
44
44
45
+
Project Structure
46
+
-----------------
47
+
There is no problem if you don't know the structure of a ZF2 application. All the important
48
+
parts like the domain and the infrastructure implementation can be found in the [namespace](https://github.com/codeliner/php-ddd-cargo-sample/tree/master/module/Application/src/Application) of the application module.
49
+
50
+
Behavior Driven Design
51
+
----------------------
52
+
All features of the application are described in feature files. You can find them in
53
+
the [features folder](https://github.com/codeliner/php-ddd-cargo-sample/tree/master/features) of the project.
54
+
We make use of [Behat](http://behat.org/) and [Mink](http://mink.behat.org/) to test our
55
+
business expectations.
56
+
57
+
Unit Tests
58
+
----------
59
+
Unit Tests are of course also available. You can find them in [module/Application/tests/PHPUnit](https://github.com/codeliner/php-ddd-cargo-sample/tree/master/module/Application/tests/PHPUnit).
60
+
Got to the directory and simply run `phpunit`.
61
+
62
+
Support
63
+
-------
64
+
If you have any problems with the application please let me know and send me an email `kontakt[at]codeliner[dot]ws` or open a [GitHub issue](https://github.com/codeliner/php-ddd-cargo-sample/issues?state=open).
65
+
Same applies if you have a question or a feature wish.
66
+
Maybe I've missed a concept that you hoped to find in the example.
45
67
46
68
Chapter Overview
47
69
----------------
@@ -77,26 +99,3 @@ ChapterThree is about Model-Driven Design.
77
99
> -- Eric Evans: Domain-Driven Design: Tackling Complexity in the Heart of Software
There is no problem if you don't know the structure of a ZF2 application. All the important
84
-
parts like the domain and the infrastructure implementation can be found in the [namespace](https://github.com/codeliner/php-ddd-cargo-sample/tree/master/module/Application/src/Application) of the application module.
85
-
86
-
Behavior Driven Design
87
-
----------------------
88
-
All features of the application are described in feature files. You can find them in
89
-
the [features folder](https://github.com/codeliner/php-ddd-cargo-sample/tree/master/features) of the project.
90
-
We make use of [Behat](http://behat.org/) and [Mink](http://mink.behat.org/) to test our
91
-
business expectations.
92
-
93
-
Unit Tests
94
-
----------
95
-
Unit Tests are of course also available. You can find them in [module/Application/tests/PHPUnit](https://github.com/codeliner/php-ddd-cargo-sample/tree/master/module/Application/tests/PHPUnit).
96
-
Got to the directory and simply run `phpunit`.
97
-
98
-
Support
99
-
-------
100
-
If you have any problems with the application please let me know and send me an email `kontakt[at]codeliner[dot]ws` or open a [GitHub issue](https://github.com/codeliner/php-ddd-cargo-sample/issues?state=open).
101
-
Same applies if you have a question or a feature wish.
102
-
Maybe I've missed a concept that you hoped to find in the example.
0 commit comments