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 e3f1e69748
commit 02e72f4b03
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4
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;