Update tests names to VerbNounTest

This commit is contained in:
Marcus Moore 2024-06-03 16:53:15 -07:00
parent b07e3b4a91
commit 95f6381da4
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ use Illuminate\Testing\Fluent\AssertableJson;
use Illuminate\Testing\TestResponse; use Illuminate\Testing\TestResponse;
use Tests\TestCase; use Tests\TestCase;
class AssetStoreTest extends TestCase class StoreAssetTest extends TestCase
{ {
public function testRequiresPermissionToCreateAsset() public function testRequiresPermissionToCreateAsset()
{ {

View file

@ -8,7 +8,7 @@ use App\Models\User;
use Illuminate\Support\Facades\Crypt; use Illuminate\Support\Facades\Crypt;
use Tests\TestCase; use Tests\TestCase;
class AssetUpdateTest extends TestCase class UpdateAssetTest extends TestCase
{ {
public function testEncryptedCustomFieldCanBeUpdated() public function testEncryptedCustomFieldCanBeUpdated()
{ {

View file

@ -7,7 +7,7 @@ use App\Models\Group;
use App\Models\User; use App\Models\User;
use Tests\TestCase; use Tests\TestCase;
class GroupStoreTest extends TestCase class StoreGroupTest extends TestCase
{ {
public function testStoringGroupRequiresSuperAdminPermission() public function testStoringGroupRequiresSuperAdminPermission()
{ {

View file

@ -12,7 +12,7 @@ use App\Models\User;
use Illuminate\Support\Facades\Crypt; use Illuminate\Support\Facades\Crypt;
use Tests\TestCase; use Tests\TestCase;
class AssetsBulkEditTest extends TestCase class BulkEditAssetsTest extends TestCase
{ {
public function testUserWithPermissionsCanAccessPage() public function testUserWithPermissionsCanAccessPage()
{ {