Commit Graph

26 Commits

Author SHA1 Message Date
5f4f7c4bc4 Test CollectionsService::addItem 2019-02-23 10:35:27 -05:00
f7b42c3006 Fix tests 2019-02-16 12:57:26 -05:00
510df450e9 Reformat all code 2019-02-16 12:51:24 -05:00
9aab13701c Implement addItem() 2019-02-16 12:48:00 -05:00
1b5003727d Make the library PHP ^5.5 compatible 2019-02-13 22:27:47 -05:00
9c4c39fb0b [WIP] Make it compatible with PHP 5.5; fix PHPStorm warnings 2019-02-06 22:48:00 -05:00
05221cf91f Test UpdateHandler and ObjectsService::replace 2019-01-31 10:00:00 -05:00
e3674a31e8 [WIP] Test update handler 2019-01-30 11:27:47 -05:00
9966b547b4 [WIP] Implement the UpdateHandler, still need ObjectsService->replace 2019-01-29 19:44:48 -05:00
23b993f05d Implement collection normalizing 2019-01-28 21:24:51 -05:00
a5796f9e62 Add a global prefix to generated ids 2019-01-28 09:41:18 -05:00
3c5dfa9a3d Mock the HttpClient instead of making actual requests in tests 2019-01-25 21:14:49 -05:00
ffca344f03 [WIP] Begin writing PostController test; refactor testing APObjects 2019-01-23 11:37:05 -05:00
19aa482d78 Put together activity handling framework; implement + test IdProvider 2019-01-22 10:01:35 -05:00
402b85680e Remove trailing comma 2019-01-21 11:10:24 -05:00
36b0a9c0bc Handle nonexistent pages; more tests 2019-01-20 22:30:29 -05:00
5e979c4236 More CollectionsService tests 2019-01-20 17:35:33 -05:00
ed46ec1e1f Extract objectFromArray to service; implement CollectionService; test 2019-01-20 17:24:28 -05:00
499e4d235d [WIP] Extract auth and collection paging/filtering to their own services 2019-01-20 15:02:37 -05:00
cab1f667f4 Test the module, use class paths as container ids 2019-01-19 22:37:07 -05:00
887ac185ca Handle persisting circular references; improve asArray semantics 2019-01-18 09:13:50 -05:00
aba516fd34 Implement dependency injection 2019-01-17 22:53:11 -05:00
4a1d2f7c08 Fix all tests 2019-01-17 17:14:11 -05:00
0e494a7306 Rename createObject -> persist in tests 2019-01-17 14:47:51 -05:00
47d384332d Finish implementing and test HttpSignatureService 2019-01-14 21:30:22 -05:00
2b58bb4dfa Restructure tests 2019-01-08 10:14:42 -05:00