Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IUuidCache functions for transactions (#4)
* Add IUuidCache functions for transactions * Code cleanup * Long lines sheesh * Register UuidGenerator, remove UuidServiceProvider, fix various little errors Fix file path errors to ldpath transform file. Fix reference to TransactionController in ResourceController * Move to using a local Silex caching layer for transaction pair caching. * Code review clean up * Fix existing tests * Our minimum-stability should probably not be dev * Add tests for KeyCache and remove test namespace. * PSR2 issue * Add more tests and resolve a strict error in ResourceController * Increase code coverage * Does not throw the exception. but returns an error response. * Only have 1 config location now, but also ignore production settings.
- Loading branch information