Rename API tests for more consistency

I could not come up with a noun for the new "UpdateTest" for users, so
this is easier in terms of consistency.
This commit is contained in:
Franz Liedke 2020-03-27 13:22:16 +01:00
parent 4e2f91fa00
commit 2deae4b058
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ use Flarum\Tests\integration\RetrievesAuthorizedUsers;
use Flarum\Tests\integration\TestCase;
use Illuminate\Support\Arr;
class CreationTest extends TestCase
class CreateTest extends TestCase
{
use RetrievesAuthorizedUsers;

View File

@ -14,7 +14,7 @@ use Flarum\Tests\integration\RetrievesAuthorizedUsers;
use Flarum\Tests\integration\TestCase;
use Illuminate\Support\Arr;
class CreationTest extends TestCase
class CreateTest extends TestCase
{
use RetrievesAuthorizedUsers;

View File

@ -13,7 +13,7 @@ use Carbon\Carbon;
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
use Flarum\Tests\integration\TestCase;
class CreationTest extends TestCase
class CreateTest extends TestCase
{
use RetrievesAuthorizedUsers;

View File

@ -14,7 +14,7 @@ use Flarum\Tests\integration\RetrievesAuthorizedUsers;
use Flarum\Tests\integration\TestCase;
use Flarum\User\User;
class CreationTest extends TestCase
class CreateTest extends TestCase
{
use RetrievesAuthorizedUsers;