Commit Graph

14 Commits

Author SHA1 Message Date
James Cole
44df07a5f5
Update, rebuild, and add a new API endpoint. 2024-01-17 20:23:02 +01:00
James Cole
956108399b
Various code cleanup and fixed alignments. 2024-01-01 15:17:11 +01:00
James Cole
135b9fc010
Add void to a lot of methods. 2023-12-21 05:06:17 +01:00
James Cole
c9d5d74662
More code cleanup 2023-12-20 19:45:12 +01:00
James Cole
da4e813d9a
Fix tests 2023-12-20 06:02:35 +01:00
James Cole
68f01d932e
Fix a lot of phpstan things 2023-11-26 12:10:42 +01:00
James Cole
a6c355c7b8
Add test case for bill dates 2023-11-26 07:19:57 +01:00
James Cole
7436f94feb
Fix code quality and run. 2023-11-04 14:26:35 +01:00
James Cole
101bcc250e
Code cleanup 2023-11-03 05:52:35 +01:00
James Cole
78153c2aa4
Update meta files for new release. 2023-10-28 17:17:09 +02:00
James Cole
32a36bbb12
Restore missing methods and fix silly bugs. 2023-10-24 18:32:24 +02:00
Antonio Spinelli
dd2f8d4404
Cover endOfPeriod method of the Navigation class
The custom frequency requires a timezone configuration, forcing it
to run in the integration test scope.

Running the integration tests requires a database connection in the
build process. It enables other case tests.

The API Tests cause interference in other tests, requiring isolating
them.
2023-10-23 10:32:38 -03:00
Antonio Spinelli
551c1f4cda
Send code coverage to SonarCloud 2023-07-03 15:45:32 -03:00
Antonio Spinelli
7f0db0de04
Organize test suites into unit and integration
This is the goals of project organization composing different
combinations to run any number of tests together.
2023-07-03 13:46:30 -03:00