Skip to content

Commit

Permalink
Merge branch 'add-tests' of https://github.com/media-code/workspace i…
Browse files Browse the repository at this point in the history
…nto add-tests
  • Loading branch information
gwleuverink committed Oct 5, 2023
2 parents ffbf011 + 121ef7b commit eb85743
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
680db0fef09dd6fb5a6e0d103a5647e5ae86de49
d1b208da7ce29b70822e2e5fbec2013dd663fbd5
9430a611b8807c3de6b78282b3eee19b33e133e3
2 changes: 0 additions & 2 deletions tests/Feature/InstallCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
// Invokes hooks
//--------------------------------------------------------------------------
it('invokes beforeInstall hooks', function () {

$callableOne = new CallableFake;
$callableTwo = new CallableFake;

Expand All @@ -100,7 +99,6 @@
});

it('invokes afterInstall hooks', function () {

$callableOne = new CallableFake;
$callableTwo = new CallableFake;

Expand Down
2 changes: 0 additions & 2 deletions tests/Feature/IntegrateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
// Invokes hooks
//--------------------------------------------------------------------------
it('invokes beforeIntegrate hooks', function () {

$callableOne = new CallableFake;
$callableTwo = new CallableFake;

Expand All @@ -58,7 +57,6 @@
});

it('invokes afterIntegrate hooks', function () {

$callableOne = new CallableFake;
$callableTwo = new CallableFake;

Expand Down
2 changes: 0 additions & 2 deletions tests/Feature/UpdateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
// Invokes hooks
//--------------------------------------------------------------------------
it('invokes beforeUpdate hooks', function () {

$callableOne = new CallableFake;
$callableTwo = new CallableFake;

Expand All @@ -75,7 +74,6 @@
});

it('invokes afterUpdate hooks', function () {

$callableOne = new CallableFake;
$callableTwo = new CallableFake;

Expand Down

0 comments on commit eb85743

Please sign in to comment.