Commit Graph

12 Commits

Author SHA1 Message Date
8dce6a1603 Test throwing EntityNotFoundException when trying to get nothing from the repository. 2024-11-18 20:31:44 -05:00
e5bd4e5841 Get a user from the database 2024-11-18 03:12:56 +00:00
2269254e26 Don't tell prophecy to return true twice 2024-11-18 03:00:08 +00:00
0825c098e5 Updated the episode repository, look for any other instances of the insert method from the database handler. 2024-11-18 02:54:45 +00:00
8ab60512aa Add the Update change, and see what changes need to happen to the DB handler's methods 2024-11-18 02:40:16 +00:00
38e61f5eb2 add some documentation to the test cases we are working on. 2024-11-18 02:05:12 +00:00
730777a5ca Use some type hinting in the comments to implement a more generic connection method for the DB handler. 2024-11-18 02:03:48 +00:00
1b14f1523b Refactor some of the testing, try and understand why the mocking for the DB Handler is returning null and not true 2024-11-18 01:47:18 +00:00
811912784b Add some mocking and testing for the repository class, break out the database handler 2024-11-16 22:54:26 -05:00
fe627259db Test many permutations of the duration parser. 2024-11-15 02:44:49 +00:00
d92fa75229 Rename the episode test. 2024-11-15 02:40:57 +00:00
d23a0dbdb6 Fix the repository for users and add a test for the duration parser. 2024-11-15 02:40:28 +00:00