Laravel Pint fixes
Some checks failed
PHP Unit / PHPUnit test suite (pull_request) Has been cancelled
Laravel Pint / Laravel Pint (pull_request) Has been cancelled

This commit is contained in:
Jonny Barnes 2025-04-06 17:25:06 +01:00
parent 7a58287b34
commit 126bb29ae2
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
50 changed files with 299 additions and 299 deletions

View file

@ -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;