Commit graph

8 commits

Author SHA1 Message Date
ba8e208d79 Partial CLI tests 2018-11-06 12:32:28 -05:00
0be9dcb5a8 Update dependencies 2018-10-26 16:27:18 -04:00
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
183718204d Grouped slow tests; improves #113 2017-12-16 20:03:04 -05:00
092b793e0a Fix PHPUnit's composer lock file 2017-12-16 17:51:40 -05:00
6848f154c0 Update dev dependencies 2017-12-16 17:11:17 -05:00
4bc3398157 Use Robo for programming task execution
The plan had originally been to use Bldr, but Bldr's features were not particularly compelling, and it has not been maintained recently. By contrast Robo has very useful features while still meeting my needs.

In addition to migrating the build process, the current Robo file also runs unit tests, with or without coverage reporting.

Fixes #116; improves #113
2017-12-08 14:37:49 -05:00
e6607453bc Disentangle Composer dev dependencies 2017-12-07 15:09:03 -05:00