1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/tests/cases
J. King 9eadd602bd Replace Response objects with PSR-7 response messages; improves #53
While the test suite passes, this commit yields a broken server: replacing ad hoc request objectss with PSR-7 ones is still required, as is emission of PSR-7 responses. Both will come in subsequent commits, with tests

Diactoros was chosen specifically because it includes facilities for emitting responses, something which is awkward to test. The end of this refactoring should see both the Response and Request classes disappear, and the general REST class fully covered (as well as any speculative additions to AbstractHanlder).
2018-01-03 23:13:08 -05:00
..
Conf Reorganize tests into namespaces 2017-12-21 22:47:19 -05:00
Db Reorganize tests into namespaces 2017-12-21 22:47:19 -05:00
Exception Reorganize tests into namespaces 2017-12-21 22:47:19 -05:00
Feed Reorganize tests into namespaces 2017-12-21 22:47:19 -05:00
Lang Reorganize tests into namespaces 2017-12-21 22:47:19 -05:00
Misc Changes to Date helper class 2018-01-02 16:53:38 -05:00
REST Replace Response objects with PSR-7 response messages; improves #53 2018-01-03 23:13:08 -05:00
Service Reorganize tests into namespaces 2017-12-21 22:47:19 -05:00
User Reorganize tests into namespaces 2017-12-21 22:47:19 -05:00