@@ -12,7 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | use Codeliner\CargoBackend\Application\Booking\BookingService; |
| 14 | 14 | use Codeliner\CargoBackend\Application\Booking\Dto\RouteCandidateDto; |
| 15 | -use Codeliner\CargoBackend\Model\Cargo\TrackingId; |
|
| 16 | 15 | use Psr\Http\Message\ResponseInterface; |
| 17 | 16 | use Psr\Http\Message\ServerRequestInterface; |
| 18 | 17 | use Zend\Diactoros\Response\EmptyResponse; |
@@ -11,8 +11,6 @@ |
||
| 11 | 11 | use Codeliner\CargoBackend\Model\Cargo\Itinerary; |
| 12 | 12 | use CodelinerTest\CargoBackend\Fixture\LegFixture; |
| 13 | 13 | use CodelinerTest\CargoBackend\TestCase; |
| 14 | -use Doctrine\Common\Collections\ArrayCollection; |
|
| 15 | -use Codeliner\CargoBackend\Model\Cargo\Leg; |
|
| 16 | 14 | /** |
| 17 | 15 | * Class ItineraryTest |
| 18 | 16 | * |
@@ -1,15 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Codeliner\CargoFeature; |
| 3 | 3 | |
| 4 | -use Behat\Behat\Context\ClosuredContextInterface, |
|
| 5 | - Behat\Behat\Context\TranslatedContextInterface, |
|
| 6 | - Behat\Behat\Context\BehatContext, |
|
| 7 | - Behat\Behat\Exception\PendingException; |
|
| 8 | -use Behat\Gherkin\Node\PyStringNode, |
|
| 9 | - Behat\Gherkin\Node\TableNode; |
|
| 10 | 4 | use Behat\MinkExtension\Context\MinkContext; |
| 11 | -use Zend\Mvc\Application; |
|
| 12 | -use Zend\ServiceManager\ServiceManager; |
|
| 13 | 5 | |
| 14 | 6 | // |
| 15 | 7 | // Require 3rd-party libraries here: |