From a8b02728a6fd7526a6df2c3c619ebce65ef2a1a3 Mon Sep 17 00:00:00 2001 From: Jeremy Postlethwaite Date: Mon, 8 Jul 2024 18:51:33 -0700 Subject: [PATCH] v73.0.0 --- README.md | 14 +++++++------- phpunit.xml.dist | 8 ++++---- .../Controllers/Playground/BacklogRouteTest.php | 2 -- .../Http/Controllers/Playground/BoardRouteTest.php | 2 -- .../Http/Controllers/Playground/EpicRouteTest.php | 2 -- .../Http/Controllers/Playground/FlowRouteTest.php | 2 -- .../Http/Controllers/Playground/IndexRouteTest.php | 2 -- .../Controllers/Playground/MilestoneRouteTest.php | 2 -- .../Http/Controllers/Playground/NoteRouteTest.php | 2 -- .../Controllers/Playground/ProjectRouteTest.php | 2 -- .../Controllers/Playground/ReleaseRouteTest.php | 2 -- .../Controllers/Playground/RoadmapRouteTest.php | 2 -- .../Controllers/Playground/SourceRouteTest.php | 2 -- .../Controllers/Playground/SprintRouteTest.php | 2 -- .../Http/Controllers/Playground/TagRouteTest.php | 2 -- .../Http/Controllers/Playground/TeamRouteTest.php | 2 -- .../Controllers/Playground/TicketRouteTest.php | 2 -- .../Controllers/Playground/VersionRouteTest.php | 2 -- 18 files changed, 11 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 899a1ae..0db208a 100644 --- a/README.md +++ b/README.md @@ -70,23 +70,23 @@ composer cloc ``` ➜ playground-matrix-resource git:(develop) ✗ composer cloc > cloc --exclude-dir=node_modules,output,vendor . - 517 text files. + 747 text files. 441 unique files. - 78 files ignored. + 308 files ignored. -github.com/AlDanial/cloc v 1.98 T=0.56 s (792.2 files/s, 121336.2 lines/s) +github.com/AlDanial/cloc v 1.98 T=0.73 s (604.6 files/s, 92585.9 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- JSON 3 0 0 23774 -PHP 304 3394 4899 20150 +PHP 304 3379 4899 20135 YAML 92 5 0 13943 Blade 36 159 7 865 -XML 3 0 4 224 -Markdown 2 37 0 67 +XML 3 0 5 223 +Markdown 2 37 0 86 INI 1 3 0 12 ------------------------------------------------------------------------------- -SUM: 441 3598 4910 59035 +SUM: 441 3583 4911 59038 ------------------------------------------------------------------------------- ``` diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4e90588..56d3c35 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -27,9 +27,9 @@ tests/Unit - + - + - + diff --git a/tests/Feature/Http/Controllers/Playground/BacklogRouteTest.php b/tests/Feature/Http/Controllers/Playground/BacklogRouteTest.php index 6fb402e..9d9171d 100644 --- a/tests/Feature/Http/Controllers/Playground/BacklogRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/BacklogRouteTest.php @@ -13,8 +13,6 @@ */ class BacklogRouteTest extends BacklogTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/BoardRouteTest.php b/tests/Feature/Http/Controllers/Playground/BoardRouteTest.php index 4dd902f..5dfed8c 100644 --- a/tests/Feature/Http/Controllers/Playground/BoardRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/BoardRouteTest.php @@ -13,8 +13,6 @@ */ class BoardRouteTest extends BoardTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/EpicRouteTest.php b/tests/Feature/Http/Controllers/Playground/EpicRouteTest.php index f4f1252..08bff69 100644 --- a/tests/Feature/Http/Controllers/Playground/EpicRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/EpicRouteTest.php @@ -13,8 +13,6 @@ */ class EpicRouteTest extends EpicTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/FlowRouteTest.php b/tests/Feature/Http/Controllers/Playground/FlowRouteTest.php index 22ff634..53e1440 100644 --- a/tests/Feature/Http/Controllers/Playground/FlowRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/FlowRouteTest.php @@ -13,8 +13,6 @@ */ class FlowRouteTest extends FlowTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/IndexRouteTest.php b/tests/Feature/Http/Controllers/Playground/IndexRouteTest.php index be94d5a..a582eb1 100644 --- a/tests/Feature/Http/Controllers/Playground/IndexRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/IndexRouteTest.php @@ -14,8 +14,6 @@ */ class IndexRouteTest extends TestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/MilestoneRouteTest.php b/tests/Feature/Http/Controllers/Playground/MilestoneRouteTest.php index 0ed0674..f309366 100644 --- a/tests/Feature/Http/Controllers/Playground/MilestoneRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/MilestoneRouteTest.php @@ -13,8 +13,6 @@ */ class MilestoneRouteTest extends MilestoneTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/NoteRouteTest.php b/tests/Feature/Http/Controllers/Playground/NoteRouteTest.php index e5b800c..2a101d8 100644 --- a/tests/Feature/Http/Controllers/Playground/NoteRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/NoteRouteTest.php @@ -13,8 +13,6 @@ */ class NoteRouteTest extends NoteTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/ProjectRouteTest.php b/tests/Feature/Http/Controllers/Playground/ProjectRouteTest.php index 96697ef..bf4b852 100644 --- a/tests/Feature/Http/Controllers/Playground/ProjectRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/ProjectRouteTest.php @@ -13,8 +13,6 @@ */ class ProjectRouteTest extends ProjectTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/ReleaseRouteTest.php b/tests/Feature/Http/Controllers/Playground/ReleaseRouteTest.php index 7a057cc..c0f42de 100644 --- a/tests/Feature/Http/Controllers/Playground/ReleaseRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/ReleaseRouteTest.php @@ -13,8 +13,6 @@ */ class ReleaseRouteTest extends ReleaseTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/RoadmapRouteTest.php b/tests/Feature/Http/Controllers/Playground/RoadmapRouteTest.php index b101677..c3541eb 100644 --- a/tests/Feature/Http/Controllers/Playground/RoadmapRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/RoadmapRouteTest.php @@ -13,8 +13,6 @@ */ class RoadmapRouteTest extends RoadmapTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/SourceRouteTest.php b/tests/Feature/Http/Controllers/Playground/SourceRouteTest.php index 9813452..75093f1 100644 --- a/tests/Feature/Http/Controllers/Playground/SourceRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/SourceRouteTest.php @@ -13,8 +13,6 @@ */ class SourceRouteTest extends SourceTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/SprintRouteTest.php b/tests/Feature/Http/Controllers/Playground/SprintRouteTest.php index c4f6da4..1e49e99 100644 --- a/tests/Feature/Http/Controllers/Playground/SprintRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/SprintRouteTest.php @@ -13,8 +13,6 @@ */ class SprintRouteTest extends SprintTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/TagRouteTest.php b/tests/Feature/Http/Controllers/Playground/TagRouteTest.php index cbc316e..5964d22 100644 --- a/tests/Feature/Http/Controllers/Playground/TagRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/TagRouteTest.php @@ -13,8 +13,6 @@ */ class TagRouteTest extends TagTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/TeamRouteTest.php b/tests/Feature/Http/Controllers/Playground/TeamRouteTest.php index eb8cc7a..65a84e7 100644 --- a/tests/Feature/Http/Controllers/Playground/TeamRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/TeamRouteTest.php @@ -13,8 +13,6 @@ */ class TeamRouteTest extends TeamTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/TicketRouteTest.php b/tests/Feature/Http/Controllers/Playground/TicketRouteTest.php index 1422965..d7e86c9 100644 --- a/tests/Feature/Http/Controllers/Playground/TicketRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/TicketRouteTest.php @@ -16,8 +16,6 @@ */ class TicketRouteTest extends TicketTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true; diff --git a/tests/Feature/Http/Controllers/Playground/VersionRouteTest.php b/tests/Feature/Http/Controllers/Playground/VersionRouteTest.php index a0dbc6b..068fcd3 100644 --- a/tests/Feature/Http/Controllers/Playground/VersionRouteTest.php +++ b/tests/Feature/Http/Controllers/Playground/VersionRouteTest.php @@ -13,8 +13,6 @@ */ class VersionRouteTest extends VersionTestCase { - protected bool $load_migrations_package = true; - protected bool $load_migrations_playground = true; protected bool $setUpUserForPlayground = true;