mirror of
https://github.com/flarum/framework.git
synced 2025-03-10 20:31:24 +08: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:
parent
4e2f91fa00
commit
2deae4b058
@ -14,7 +14,7 @@ use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
|||||||
use Flarum\Tests\integration\TestCase;
|
use Flarum\Tests\integration\TestCase;
|
||||||
use Illuminate\Support\Arr;
|
use Illuminate\Support\Arr;
|
||||||
|
|
||||||
class CreationTest extends TestCase
|
class CreateTest extends TestCase
|
||||||
{
|
{
|
||||||
use RetrievesAuthorizedUsers;
|
use RetrievesAuthorizedUsers;
|
||||||
|
|
@ -14,7 +14,7 @@ use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
|||||||
use Flarum\Tests\integration\TestCase;
|
use Flarum\Tests\integration\TestCase;
|
||||||
use Illuminate\Support\Arr;
|
use Illuminate\Support\Arr;
|
||||||
|
|
||||||
class CreationTest extends TestCase
|
class CreateTest extends TestCase
|
||||||
{
|
{
|
||||||
use RetrievesAuthorizedUsers;
|
use RetrievesAuthorizedUsers;
|
||||||
|
|
@ -13,7 +13,7 @@ use Carbon\Carbon;
|
|||||||
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
||||||
use Flarum\Tests\integration\TestCase;
|
use Flarum\Tests\integration\TestCase;
|
||||||
|
|
||||||
class CreationTest extends TestCase
|
class CreateTest extends TestCase
|
||||||
{
|
{
|
||||||
use RetrievesAuthorizedUsers;
|
use RetrievesAuthorizedUsers;
|
||||||
|
|
@ -14,7 +14,7 @@ use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
|||||||
use Flarum\Tests\integration\TestCase;
|
use Flarum\Tests\integration\TestCase;
|
||||||
use Flarum\User\User;
|
use Flarum\User\User;
|
||||||
|
|
||||||
class CreationTest extends TestCase
|
class CreateTest extends TestCase
|
||||||
{
|
{
|
||||||
use RetrievesAuthorizedUsers;
|
use RetrievesAuthorizedUsers;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user