Skip to content

Commit a2fb825

Browse files
author
Alexander Miertsch
committed
Update README.md
1 parent 6cb8c13 commit a2fb825

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

README.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,28 @@ the more knowledge we get about the domain. Each chapter ships with it's own rev
4242
+ [Installation](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/docs/installation.md)
4343
+ [DDD Tools and Libs](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/docs/domain-driven-design-tools.md)
4444

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.
4567

4668
Chapter Overview
4769
----------------
@@ -77,26 +99,3 @@ ChapterThree is about Model-Driven Design.
7799
> -- Eric Evans: Domain-Driven Design: Tackling Complexity in the Heart of Software
78100
79101
[ChapterThree Review](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/docs/ChapterThree-Review.md)
80-
81-
Project Structure
82-
-----------------
83-
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

Comments
 (0)