Laravel Pint fixes
This commit is contained in:
parent
7a58287b34
commit
126bb29ae2
50 changed files with 299 additions and 299 deletions
|
@ -34,7 +34,7 @@ class ProcessWebMentionJobTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function failureGettingWebmentionThrowsAnException(): void
|
||||
public function failure_getting_webmention_throws_an_exception(): void
|
||||
{
|
||||
$this->expectException(RemoteContentNotFoundException::class);
|
||||
|
||||
|
@ -53,7 +53,7 @@ class ProcessWebMentionJobTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function newWebmentionGetsSavedByJob(): void
|
||||
public function new_webmention_gets_saved_by_job(): void
|
||||
{
|
||||
Queue::fake();
|
||||
|
||||
|
@ -85,7 +85,7 @@ class ProcessWebMentionJobTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function existingWebmentionGetsUpdatedByJob(): void
|
||||
public function existing_webmention_gets_updated_by_job(): void
|
||||
{
|
||||
Queue::fake();
|
||||
|
||||
|
@ -122,7 +122,7 @@ class ProcessWebMentionJobTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function webmentionReplyGetsDeletedWhenReplyToValueChanges(): void
|
||||
public function webmention_reply_gets_deleted_when_reply_to_value_changes(): void
|
||||
{
|
||||
$parser = new Parser;
|
||||
|
||||
|
@ -159,7 +159,7 @@ class ProcessWebMentionJobTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function webmentionLikeGetsDeletedWhenLikeOfValueChanges(): void
|
||||
public function webmention_like_gets_deleted_when_like_of_value_changes(): void
|
||||
{
|
||||
$parser = new Parser;
|
||||
|
||||
|
@ -196,7 +196,7 @@ class ProcessWebMentionJobTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function webmentionRepostGetsDeletedWhenRepostOfValueChanges(): void
|
||||
public function webmention_repost_gets_deleted_when_repost_of_value_changes(): void
|
||||
{
|
||||
$parser = new Parser;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue