File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ php-ddd-cargo-sample
44PHP version of the cargo sample used in Eric Evans DDD book
55
66[ ![ Scrutinizer Quality Score] ( https://scrutinizer-ci.com/g/codeliner/php-ddd-cargo-sample/badges/quality-score.png?s=d68042d97e40904ec369e137b60a1076509298f8 )] ( https://scrutinizer-ci.com/g/codeliner/php-ddd-cargo-sample/ )
7+ [ ![ Build Status] ( https://travis-ci.org/codeliner/php-ddd-cargo-sample.png?branch=master )] ( https://travis-ci.org/codeliner/php-ddd-cargo-sample )
78
89Introduction
910------------
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ Feature: Book new Cargo
66@javascript
77Scenario : Add a Cargo and assign Itinerary
88 Given I am on "application/cargo/add"
9- When print last response
10- And I select "DEHAM" from "origin"
9+ When I select "DEHAM" from "origin"
1110 And I select "USNYC" from "destination"
1211 And I click the submit button
1312 And I follow "assign-itinerary-link-1"
You can’t perform that action at this time.
0 commit comments