1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/tests
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
..
cases Replace Response objects with PSR-7 response messages; improves #53 2018-01-03 23:13:08 -05:00
docroot Fix feed timeout test; improves #113 2017-12-16 17:21:23 -05:00
lib Replace Response objects with PSR-7 response messages; improves #53 2018-01-03 23:13:08 -05:00
bootstrap.php Remove reliance on xdebug; fixes #113 2017-12-17 10:27:34 -05:00
phpunit.xml Changes to Date helper class 2018-01-02 16:53:38 -05:00
server.php Test server tweak 2017-12-07 17:27:42 -05:00