Commit Graph

14 Commits

Author SHA1 Message Date
github-actions
7e665dbdfc Auto commit for release 'develop' on 2024-09-02 2024-09-02 05:06:53 +02:00
tasnim
edfa92c1aa Navigation.php back and change tests 2024-08-27 09:44:47 +03:00
James Cole
a17bc7258f
Fix phpstan error courtesy of the laravel 11 upgrade (changed signatures and return types) 2024-04-02 15:40:33 +02:00
James Cole
19d1cf192b
Fix tests, update changelog. 2024-04-01 08:46:13 +02:00
James Cole
5ec54de29e
Fix shitty test 2024-03-31 16:51:53 +02:00
github-actions
ddf1a8cebb Auto commit for release 'develop' on 2024-03-18 2024-03-18 01:30:56 +01:00
James Cole
b359d51d3a
Fix code and tests. 2024-03-17 12:26:56 +01:00
James Cole
d3f19db42d
This should fix the tests again. 2024-02-03 10:08:34 +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
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
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