Commit Graph

39 Commits

Author SHA1 Message Date
David Bomba 1a438ecd64 Remove annotations from tests 2024-09-16 21:13:55 +10:00
Lucas D Hedding 72009d2269
Merge remote-tracking branch 'origin/v5-develop' into HEAD 2024-09-04 08:47:35 -06:00
Lucas D Hedding 5b9af52ba1
fix failing tests, resolves https://github.com/laravel/framework/issues/49237 2024-09-03 09:32:29 -06:00
David Bomba 8160af4ef4 PHP CS Fixer 2024-08-22 16:57:52 +10:00
David Bomba 4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba 077986d59c Clean up legacy importer 2023-01-12 09:19:38 +11:00
David Bomba a6fde2dbcd Minor formatting changes for tests 2022-11-07 15:33:18 +11:00
David Bomba 28dd999cb8 remove html_back as key from restore 2022-11-07 12:55:11 +11:00
David Bomba c0870afded Fixes for verifyphone 2022-11-03 16:45:56 +11:00
= 4e3f52a1ee Refactor for payments to improve query efficiency 2022-08-22 13:24:33 +10: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 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 16ee6d0f6e Minor fixes for tests 2021-07-03 13:47:15 +10:00
= 158f94993e Company Import 2021-06-04 21:39:35 +10:00
David Bomba eca6446703 Working on company importer 2021-05-31 10:10:19 +10:00
David Bomba 631e7cc4a9 Working on company importer 2021-05-31 09:47:14 +10:00
David Bomba 57b62a988a Fixes for tests 2021-05-30 21:46:30 +10:00
David Bomba d837ca97e9 Fixes for tests 2021-05-30 21:37:34 +10:00
David Bomba b72217d74c Fixes for import company tests 2021-05-30 21:26:43 +10:00
David Bomba 9b5a6f3468 Company Ledger import 2021-05-30 19:26:56 +10:00
David Bomba 088fefbb34 Importing Company Ledger 2021-05-30 18:11:59 +10:00
David Bomba e86286ee9a Fixes for tests 2021-05-30 18:03:31 +10:00
David Bomba f22745d131 Remove delivery not from try/catch block 2021-05-30 06:50:55 +10:00
David Bomba 0fe357cda6 Import Company Test 2021-05-29 08:27:06 +10:00
David Bomba f3b52b0a22 Fixes for tests 2021-05-28 19:57:56 +10:00
David Bomba 817f7c685f Import company 2021-05-28 18:37:08 +10:00
David Bomba 1f4493f191 Bug fixes 2021-05-28 11:02:43 +10:00
David Bomba 9fc5a1c947 Tests for import company 2021-05-28 08:00:30 +10:00
David Bomba 8c643edf8f Import Company Test 2021-05-27 21:02:03 +10:00
David Bomba 442e416840 Import Company Test 2021-05-27 20:03:26 +10:00
David Bomba 3c528ca16e Fixes for tests 2021-05-27 17:21:30 +10:00
David Bomba f8bba8b7c0 Working on importing json 2021-05-27 15:57:07 +10:00
David Bomba d3c8060dfb Fixes for tests 2021-05-27 11:19:07 +10:00
David Bomba f9fae690a0 Tests for import 2021-05-15 16:54:27 +10:00
David Bomba 2fbe1698ae Minor fixes for subscription URL spec 2021-05-15 14:50:07 +10:00
David Bomba e59f00d390 Fixes for domains 2021-05-15 14:38:32 +10:00
David Bomba 2eca9a286f Fixes for domains 2021-05-15 14:29:19 +10:00
David Bomba f61ba70b14 Tests for company import 2021-05-14 16:00:25 +10:00