Commit Graph

26 Commits

Author SHA1 Message Date
David Bomba b08c575b35 php-cs-fix for tests 2025-10-29 11:13:52 +11:00
David Bomba 2f4502022b Fixes for parallel tests 2024-10-18 08:54:38 +11:00
David Bomba 28a669fa20 Add tests for bulk updates for expenses 2024-10-04 16:50:51 +10:00
David Bomba 1a438ecd64 Remove annotations from tests 2024-09-16 21:13:55 +10:00
David Bomba 8160af4ef4 PHP CS Fixer 2024-08-22 16:57:52 +10:00
David Bomba 6fa753a149 Expense category filters 2024-08-07 08:09:18 +10:00
David Bomba 116d0f4b15 Fixes for expense repository 2024-07-10 13:58:27 +10:00
David Bomba 0d654dae95 Fixes for tax map display of surcharge taxes 2024-07-05 11:47:38 +10:00
David Bomba f7340d6114 PHP CS Fixer 2023-11-26 18:41:42 +11:00
David Bomba 79e9c516fd Add bulk categorization: 2023-11-03 11:07:05 +11:00
David Bomba b230836056 Minor fixes for expenses 2023-06-27 21:40:28 +10:00
David Bomba 9ee545160c Fixes for tests 2023-04-06 12:36:47 +10:00
David Bomba f780545b1b Refactor to allow link multiple expenses to a transaction 2023-04-05 14:53:48 +10:00
David Bomba 4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba fe24cc5eb6 Clean up all filters and add back test: 2023-01-19 11:24:40 +11:00
Shift 4f7a8f9752
Set return type of base TestCase methods
From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:

- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`

[1]: https://phpunit.de/announcements/phpunit-8.html
2022-06-21 10:00:57 +00:00
Shift 06d910a53b
Use Faker methods
Accessing Faker properties was deprecated in Faker 1.14.
2022-06-21 09:59:36 +00:00
Shift 19080933b6
Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.

For more information on customizing the code style applied by Shift, [watch this short video][4].

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-06-21 09:57:17 +00:00
David Bomba e153a0a06a Update license 2022-06-08 14:25:44 +10:00
David Bomba 61defbdb1d Tests for expenses 2022-05-09 07:27:34 +10:00
David Bomba f2f71f892c Fixes for query filters for expenses 2021-12-03 18:32:18 +11:00
David Bomba 9e0328757a Tests for number validation across entities 2021-03-20 10:06:44 +11:00
David Bomba 934610a01c Update copyright + version bump + set canadian dollar symbol to $ 2021-01-04 08:54:54 +11:00
Benjamin Beganović ae88d5e08e php-cs-fixer format 2020-11-25 15:19:52 +01:00
David Bomba 86ee5f477b Fixes for expense numbers 2020-10-29 21:48:56 +11:00
David Bomba 81ef541d2e Expense API Endpoints 2020-09-23 10:46:35 +10:00