|
|
8233afa825
|
codesniffer fixes
|
2023-10-20 11:10:33 +10:00 |
|
Shift
|
5e838ad61e
|
Define test classes as final
|
2023-05-24 21:53:18 +00:00 |
|
Shift
|
979b9f704c
|
Add type hints for Laravel 10
|
2023-05-24 21:33:15 +00:00 |
|
Shift
|
4124cf39db
|
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
|
2023-05-24 21:33:13 +00:00 |
|
|
|
fd1522a2ca
|
fix event test to specifically set status
|
2023-04-11 17:10:53 +10:00 |
|
|
|
76102637dd
|
update dates of test
|
2023-03-29 11:59:20 +10:00 |
|
|
|
2cea90c2c8
|
added tests, bug fixes and cleanup
|
2023-03-13 16:03:32 +10:00 |
|