Skip to content

Commit

Permalink
Deprecate vendor:publish stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 13, 2024
1 parent be2b6d8 commit 2a3fad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Setup/PublishTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@

expect(File::exists($dir))->toBeTrue();
expect(File::isEmptyDirectory($dir))->toBeFalse();
});
})->markTestSkipped('Deprecated');

0 comments on commit 2a3fad4

Please sign in to comment.