1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 09:21:34 +02:00
Commit Graph

79 Commits

Author SHA1 Message Date
David Bomba
9b6def4778 Tests for previews 2023-08-21 07:46:14 +10:00
David Bomba
2b6c92a711 Clean up tests 2023-08-18 23:56:07 +10:00
David Bomba
10ad6e0423 Report previews 2023-08-18 23:36:54 +10:00
David Bomba
2752a2e651 Report previews 2023-08-18 21:36:50 +10:00
David Bomba
0e152fff26 Fixes for tess 2023-07-27 11:25:05 +10:00
David Bomba
5ab37e0560 Fixes for tests 2023-07-25 13:38:09 +10:00
David Bomba
779e154875 Multi payment relation csv tests 2023-07-25 13:33:50 +10:00
David Bomba
105e624535 Multi client relation csv export test 2023-07-25 13:30:05 +10:00
David Bomba
b960a21201 Fixes for profit loss 2023-07-24 18:57:02 +10:00
David Bomba
60daf3d3fc Force exchange rates 2023-07-24 15:22:12 +10:00
David Bomba
ad8a7f6766 Profit Loss report tests 2023-07-24 12:54:08 +10:00
David Bomba
3b9c82d456 Vendor custom columns 2023-07-18 18:30:13 +10:00
David Bomba
a2b0a13c1f Additional tests for report generation 2023-07-18 18:21:12 +10:00
David Bomba
0cb4eba355 Recurring invoice exports 2023-07-18 15:11:45 +10:00
David Bomba
45370ff5c4 Fixes for purchase order export 2023-07-18 14:39:04 +10:00
David Bomba
6af38604af Fixes for custom values 2023-07-18 14:26:52 +10:00
David Bomba
0a5747998d v5.6.19 2023-07-18 14:00:06 +10:00
David Bomba
eba7105fdd Tests for output 2023-07-18 13:43:33 +10:00
David Bomba
18ca64c72c CSVs with custom columns 2023-07-17 10:22:53 +10:00
David Bomba
e68b45efcb Task export tests 2023-07-17 08:40:49 +10:00
David Bomba
ee2a489496 Tests for exports 2023-07-17 08:22:36 +10:00
David Bomba
a3febc9388 Adjustments for Quote Exports 2023-07-16 20:17:43 +10:00
David Bomba
323064b2ba Tests for report generation 2023-07-16 20:05:30 +10:00
David Bomba
c4a205ff0f Fixes for tests 2023-07-16 12:50:59 +10:00
David Bomba
7f231e952b Fixes for tests 2023-07-16 12:48:04 +10:00
David Bomba
8e65026508 Fixes for showing signatures / terms 2023-07-16 12:40:32 +10:00
David Bomba
4bf6cb622b Updates for test 2023-07-15 17:36:16 +10:00
David Bomba
1572cb391d Fixes for contacts output 2023-07-15 10:13:58 +10:00
David Bomba
3e32d91cdb Tests for CSV report output 2023-07-15 10:07:11 +10:00
David Bomba
e1b6d97938 Tests for CSV report output 2023-07-15 10:06:00 +10:00
David Bomba
1127f3ea5f Additional payment logic 2023-07-14 17:09:23 +10:00
David Bomba
4f8ba1c930 Additional Reports 2023-07-13 15:23:57 +10:00
David Bomba
ec96e761ca Cache building 2023-04-30 21:27:27 +10:00
David Bomba
e881197fd5 Fixes for test namespaces 2023-04-27 16:42:50 +10:00
David Bomba
b5fd275dcd Additions for Invoice Report 2023-04-24 14:55:56 +10:00
David Bomba
3a429605b7 Report Controllers 2023-04-24 13:41:35 +10:00
David Bomba
043e3c0002 Tests for activity export 2023-04-19 13:36:23 +10:00
David Bomba
e591dbb7cd Tax Reports 2023-04-14 15:46:49 +10:00
David Bomba
3ede62ec0b Report tests 2023-04-14 14:14:50 +10:00
David Bomba
74efb615c5 Report tests 2023-04-14 14:12:29 +10:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
bdb160dbe6 Fixes for tests 2023-01-19 08:35:11 +11:00
David Bomba
1e7f750a1b Fixes for tests 2023-01-19 08:25:15 +11:00
David Bomba
ff20b2caf1 Fixes for tests 2023-01-19 08:07:12 +11:00
David Bomba
263e08bf04 Product Sales Report 2023-01-04 01:38:13 +11:00
David Bomba
fd51303617 Product Sales Report 2023-01-04 01:30:50 +11:00
David Bomba
d97f17ea39 Fixes for tests 2023-01-02 17:55:57 +11:00
Nikola Cirkovic
c75b1d303f
Cirkovic/ina 16 fixes (#50)
* Dispatch | PdfCreatorTest | Removed deprecated method

* Dispatch | Remove deprecated dispatchNow() method and use dispatchSync or call handle() on class where return is mandatory.
2022-06-24 21:15:14 +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
06d910a53b
Use Faker methods
Accessing Faker properties was deprecated in Faker 1.14.
2022-06-21 09:59:36 +00:00