From 9430a611b8807c3de6b78282b3eee19b33e133e3 Mon Sep 17 00:00:00 2001 From: gwleuverink Date: Wed, 4 Oct 2023 06:59:54 +0000 Subject: [PATCH 1/2] Dusting --- tests/Feature/InstallCommandTest.php | 2 -- tests/Feature/IntegrateCommandTest.php | 2 -- tests/Feature/UpdateCommandTest.php | 2 -- 3 files changed, 6 deletions(-) diff --git a/tests/Feature/InstallCommandTest.php b/tests/Feature/InstallCommandTest.php index 681fd82..c69ba0a 100644 --- a/tests/Feature/InstallCommandTest.php +++ b/tests/Feature/InstallCommandTest.php @@ -82,7 +82,6 @@ // Invokes hooks //-------------------------------------------------------------------------- it('invokes beforeInstall hooks', function () { - $callableOne = new CallableFake; $callableTwo = new CallableFake; @@ -98,7 +97,6 @@ }); it('invokes afterInstall hooks', function () { - $callableOne = new CallableFake; $callableTwo = new CallableFake; diff --git a/tests/Feature/IntegrateCommandTest.php b/tests/Feature/IntegrateCommandTest.php index cc0be1b..0c537a3 100644 --- a/tests/Feature/IntegrateCommandTest.php +++ b/tests/Feature/IntegrateCommandTest.php @@ -26,7 +26,6 @@ // Invokes hooks //-------------------------------------------------------------------------- it('invokes beforeIntegrate hooks', function () { - $callableOne = new CallableFake; $callableTwo = new CallableFake; @@ -42,7 +41,6 @@ }); it('invokes afterIntegrate hooks', function () { - $callableOne = new CallableFake; $callableTwo = new CallableFake; diff --git a/tests/Feature/UpdateCommandTest.php b/tests/Feature/UpdateCommandTest.php index 8d72402..43e4446 100644 --- a/tests/Feature/UpdateCommandTest.php +++ b/tests/Feature/UpdateCommandTest.php @@ -56,7 +56,6 @@ // Invokes hooks //-------------------------------------------------------------------------- it('invokes beforeUpdate hooks', function () { - $callableOne = new CallableFake; $callableTwo = new CallableFake; @@ -72,7 +71,6 @@ }); it('invokes afterUpdate hooks', function () { - $callableOne = new CallableFake; $callableTwo = new CallableFake; From 121ef7b4e6e649d2a1e6bd1e8467b8bd358016dd Mon Sep 17 00:00:00 2001 From: gwleuverink Date: Wed, 4 Oct 2023 06:59:56 +0000 Subject: [PATCH 2/2] Ignore Dusting commit in git blame --- .git-blame-ignore-revs | 1 + 1 file changed, 1 insertion(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index c452616..3e843a3 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,3 @@ 680db0fef09dd6fb5a6e0d103a5647e5ae86de49 d1b208da7ce29b70822e2e5fbec2013dd663fbd5 +9430a611b8807c3de6b78282b3eee19b33e133e3