Laravel Pint fixes
This commit is contained in:
parent
7a58287b34
commit
126bb29ae2
50 changed files with 299 additions and 299 deletions
|
@ -19,7 +19,7 @@ class ProcessBookmarkJobTest extends TestCase
|
|||
use RefreshDatabase;
|
||||
|
||||
#[Test]
|
||||
public function archiveLinkIsSavedByJobAndScreenshotJobIsQueued(): void
|
||||
public function archive_link_is_saved_by_job_and_screenshot_job_is_queued(): void
|
||||
{
|
||||
Queue::fake();
|
||||
|
||||
|
@ -40,7 +40,7 @@ class ProcessBookmarkJobTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function archiveLinkSavedAsNullWhenExceptionThrown(): void
|
||||
public function archive_link_saved_as_null_when_exception_thrown(): void
|
||||
{
|
||||
Queue::fake();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue