1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

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
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;