Make most test names singular

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

View file

@ -7,7 +7,7 @@ use App\Models\Company;
use App\Models\User; use App\Models\User;
use Tests\TestCase; use Tests\TestCase;
class RequestableAssetsTest extends TestCase class RequestableAssetTest extends TestCase
{ {
public function testViewingRequestableAssetsRequiresCorrectPermission() public function testViewingRequestableAssetsRequiresCorrectPermission()
{ {

View file

@ -7,7 +7,7 @@ use App\Models\Consumable;
use App\Models\User; use App\Models\User;
use Tests\TestCase; use Tests\TestCase;
class ConsumablesIndexTest extends TestCase class ConsumableIndexTest extends TestCase
{ {
public function testConsumableIndexAdheresToCompanyScoping() public function testConsumableIndexAdheresToCompanyScoping()
{ {

View file

@ -7,7 +7,7 @@ use App\Models\License;
use App\Models\User; use App\Models\User;
use Tests\TestCase; use Tests\TestCase;
class LicensesIndexTest extends TestCase class LicenseIndexTest extends TestCase
{ {
public function testLicensesIndexAdheresToCompanyScoping() public function testLicensesIndexAdheresToCompanyScoping()
{ {

View file

@ -9,7 +9,7 @@ use App\Models\User;
use App\Models\LicenseSeat; use App\Models\LicenseSeat;
use Tests\TestCase; use Tests\TestCase;
class DeleteUsersTest extends TestCase class DeleteUserTest extends TestCase
{ {

View file

@ -7,7 +7,7 @@ use App\Models\User;
use Laravel\Passport\Passport; use Laravel\Passport\Passport;
use Tests\TestCase; use Tests\TestCase;
class UsersSearchTest extends TestCase class UserSearchTest extends TestCase
{ {
public function testCanSearchByUserFirstAndLastName() public function testCanSearchByUserFirstAndLastName()
{ {

View file

@ -7,7 +7,7 @@ use App\Models\User;
use Laravel\Passport\Passport; use Laravel\Passport\Passport;
use Tests\TestCase; use Tests\TestCase;
class DeleteUsersTest extends TestCase class DeleteUserTest extends TestCase
{ {