mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Update tests names to VerbNounTest
This commit is contained in:
parent
b07e3b4a91
commit
95f6381da4
|
@ -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()
|
||||||
{
|
{
|
|
@ -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()
|
||||||
{
|
{
|
|
@ -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()
|
||||||
{
|
{
|
|
@ -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()
|
||||||
{
|
{
|
Loading…
Reference in a new issue