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 SyndicateNoteToMastodonJobTest extends TestCase
|
|||
use RefreshDatabase;
|
||||
|
||||
#[Test]
|
||||
public function weSyndicateNotesToMastodon(): void
|
||||
public function we_syndicate_notes_to_mastodon(): void
|
||||
{
|
||||
config(['bridgy.mastodon_token' => 'test']);
|
||||
$faker = Factory::create();
|
||||
|
@ -40,7 +40,7 @@ class SyndicateNoteToMastodonJobTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function weSyndicateTheOriginalMarkdown(): void
|
||||
public function we_syndicate_the_original_markdown(): void
|
||||
{
|
||||
config(['bridgy.mastodon_token' => 'test']);
|
||||
$faker = Factory::create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue