Laravel Pint fixes
This commit is contained in:
parent
7a58287b34
commit
126bb29ae2
50 changed files with 299 additions and 299 deletions
|
@ -15,7 +15,7 @@ class BioTest extends TestCase
|
|||
use RefreshDatabase;
|
||||
|
||||
#[Test]
|
||||
public function adminBiosPageLoads(): void
|
||||
public function admin_bios_page_loads(): void
|
||||
{
|
||||
$user = User::factory()->make();
|
||||
|
||||
|
@ -25,7 +25,7 @@ class BioTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function adminCanCreateBio(): void
|
||||
public function admin_can_create_bio(): void
|
||||
{
|
||||
$user = User::factory()->make();
|
||||
|
||||
|
@ -38,7 +38,7 @@ class BioTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function adminCanLoadExistingBio(): void
|
||||
public function admin_can_load_existing_bio(): void
|
||||
{
|
||||
$user = User::factory()->make();
|
||||
$bio = Bio::factory()->create([
|
||||
|
@ -51,7 +51,7 @@ class BioTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function adminCanEditBio(): void
|
||||
public function admin_can_edit_bio(): void
|
||||
{
|
||||
$user = User::factory()->make();
|
||||
$bio = Bio::factory()->create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue