Commit Graph

94 Commits

Author SHA1 Message Date
HDVinnie c0aab84cf5 fix: tests namespace 2021-10-20 15:09:34 -04:00
HDVinnie dccea5ede1 update: forum category controller test 2021-10-20 14:57:55 -04:00
HDVinnie 6b538c8d37 update: bookmark controller test 2021-10-20 14:53:52 -04:00
HDVinnie 87e8876b9e Apply fixes from StyleCI
[ci skip] [skip ci]
2021-10-20 18:44:10 +00:00
HDVinnie 5b6d49c2be fix: tests 2021-10-20 14:43:59 -04:00
HDVinnie bd277b1e34 fix: tests 2021-10-20 14:37:03 -04:00
HDVinnie 3ce59270d7 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-10-20 18:24:59 +00:00
HDVinnie 14b8676d1b update: bookmark controller test 2021-10-20 14:24:50 -04:00
HDVinnie 02425a66f6 update: testcase.php 2021-10-20 14:16:05 -04:00
HDVinnie 95bcbcf16f Apply fixes from StyleCI
[ci skip] [skip ci]
2021-10-20 18:13:18 +00:00
HDVinnie 514bc33ff7 update: tests 2021-10-20 14:13:00 -04:00
HDVinnie d75bbdc665 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-07-13 00:36:19 +00:00
HDVinnie b5c27ce8cd refactor: convert simple closures to arrow functions 2021-07-12 20:35:41 -04:00
HDVinnie e8bf61af03 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-07-09 20:39:50 +00:00
Iman Ghafoori fbd9cbfd60 added missing imports 2021-07-10 00:22:23 +04:30
HDVinnie 5a0c056457 chore: general cleanup 2021-02-25 21:30:06 -05:00
HDVinnie f8be6654b9 fix: torrent bookmark tests 2020-11-30 02:31:06 -05:00
HDVinnie 18b92419d1 update: torrent bookmark tests 2020-11-30 02:09:28 -05:00
HDVinnie d4e7f4481d update: album controller 2020-10-28 18:46:58 -04:00
HDVinnie 7020fd8e88 chore: styleci 2020-10-13 16:43:29 -04:00
HDVinnie 1901a569dc tests: fix announce controller test 2020-10-13 16:34:12 -04:00
HDVinnie 67831cd7e0 update: laravel 8 support 2020-10-06 01:45:47 -04: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
HDVinnie 6d8a42ab1d update: announnce test 2020-08-17 15:32:21 -04:00
HDVinnie 13e35990c6 Merge branch 'master' into Refactor-PHP-Announnce 2020-08-17 14:41:42 -04:00
HDVinnie 41b617bb2e update: laravel 7 support 2020-07-19 17:33:50 -04:00
HDVinnie 231c33927a chore: styleci 2020-06-06 22:16:10 -04:00
HDVinnie 5756be5432 update: tests 2020-06-06 22:14:31 -04:00
HDVinnie a83aaf1742 Merge branch 'master' into Refactor-PHP-Announnce 2020-06-04 17:33:27 -04:00
HDVinnie a0be2e60b1 fix: base test case 2020-06-03 02:47:30 -04:00
HDVinnie d06d994e95 update: announce controller test 2020-06-02 15:08:57 -04:00
HDVinnie 3e5cbfa249 Merge branch 'master' into Types-System-Refactor 2020-05-27 05:50:53 -04:00
HDVinnie 3981b8d32d Merge pull request #1356 from HDInnovations/shift-28388
PHPUnit 9 Shift
2020-05-27 05:49:16 -04:00
HDVinnie 2111aa1c07 Merge branch 'master' into Types-System-Refactor 2020-05-26 13:33:44 -04:00
HDVinnie dc361863f8 update: namespaces 2020-05-26 11:16:29 -04: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
HDVinnie dac9088a5e add: optional command to ban disposable users 2020-05-21 15:57:30 -04:00
HDVinnie fb7c4ac723 fix: api torrent controller test 2020-05-19 01:44:33 -04:00
HDVinnie 57f273ba72 update: api torrent controller test 2020-05-19 01:27:38 -04:00
HDVinnie 89bc6dea90 update: bonus controller test 2020-05-15 11:43:58 -04:00
HDVinnie 4afdfbdade Apply fixes from StyleCI
[ci skip] [skip ci]
2020-04-19 05:31:13 +00:00
HDVinnie 6ba593c8e9 tests: update group test 2020-04-01 00:41:47 -04:00
HDVinnie 102e283eac update: API Torrent Controller Test 2020-03-22 11:53:17 -04:00
HDVinnie 4e2e41a628 tests: update application controller test 2020-03-11 10:08:12 -04:00
Ben Johnson 960d6eab89 tests: Add ForumController tests 2020-03-05 21:32:21 -05:00
Ben Johnson 9e7b98aa93 tests: Add ForumCategoryController tests 2020-03-05 09:50:05 -05:00
Ben Johnson b9aa73c31c tests: Add FollowController tests 2020-03-04 10:49:33 -05:00
Ben Johnson 1382c1fc36 tests: Add ContactController tests 2020-03-04 08:17:40 -05:00