HDVinnie
|
8daf39c331
|
update: test suite
|
2023-07-11 16:48:07 -04:00 |
|
Shift
|
0f33d2846d
|
Define test classes as final
|
2023-07-10 18:54:51 +00:00 |
|
Shift
|
812238b4b8
|
Adopt PHP attributes in test classes
|
2023-07-10 18:54:51 +00:00 |
|
HDVinnie
|
97394c062f
|
chore: adopt type hints
|
2022-01-07 23:35:33 -05:00 |
|
Laravel Shift
|
fac1da0b42
|
Shift cleanup
|
2020-09-08 22:25:06 +00:00 |
|
Laravel Shift
|
089632a4ac
|
Namespace seeders
|
2020-09-08 22:24:37 +00:00 |
|
Laravel Shift
|
add31768f5
|
Shift to class based factories
|
2020-09-08 22:24:30 +00:00 |
|
PHP Shift
|
d8b188772f
|
Shift 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
|
2020-05-26 00:59:55 +00:00 |
|
Ben Johnson
|
9ccdfbb9c1
|
tests: Improve HomeController test and add new one for 2FA
|
2020-02-20 12:13:17 -05:00 |
|
Ben Johnson
|
b2550bb71c
|
tests: Add bare-minimum testing configuration
|
2020-02-14 15:00:18 -05:00 |
|
HDVinnie
|
987bed7a7b
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2020-02-13 21:45:47 +00:00 |
|
Laravel Shift
|
daa7cad1b4
|
Generate HTTP tests for controllers
|
2020-01-22 17:19:02 +00:00 |
|