diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-07-25 15:10:57 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-10-16 16:56:27 +0000 |
commit | 1708bc30af7176f95f0ec5718289d3a633daf32b (patch) | |
tree | 989803d0b6fa594ebca3a86f7d2ef1e489cfc515 /cpanfile | |
parent | 9dacce035c39b52e66b6ebed23b9c33613375ca4 (diff) |
Open311: FMS <-> Open311 Endpoint End to end tests
Uses LWP::Protocol::PSGI to avoid having to spawn external processes
in order to test these end to end.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ feature 'open311-endpoint', 'Open311::Endpoint specific requirements' => sub { requires 'Data::Rx'; requires 'MooX::HandlesVia'; requires 'Types::Standard'; + requires 'LWP::Protocol::PSGI'; # for testing end-to-end + requires 'DateTime::Format::Oracle'; # for EXOR }; #feature 'zurich', 'Zueri wie neu specific requirements' => sub { |