Skip to content

Commit

Permalink
Delete published config file after test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 16, 2024
1 parent 77b5f0e commit e4bb64d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Setup/PublishTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
]);

expect(file_exists($expectedPath))->toBeTrue();

// Delete it
unlink($expectedPath);
});

it('can publish stubs', function () {
Expand Down

0 comments on commit e4bb64d

Please sign in to comment.