mirror of
https://github.com/elyby/accounts.git
synced 2025-03-13 03:39:15 +05:30
Merge pull request #50 from Octol1ttle/fix-cests-names
style: rename cests to match routing action names
This commit is contained in:
commit
09c51c943f
@ -5,7 +5,7 @@ namespace api\tests\functional\mojang;
|
||||
|
||||
use api\tests\FunctionalTester;
|
||||
|
||||
final class UuidToUsernameCest {
|
||||
final class UsernameByUuidCest {
|
||||
|
||||
public function getUsernameByUuid(FunctionalTester $I): void {
|
||||
$I->sendGET('/api/mojang/services/minecraft/profile/lookup/df936908b2e1544d96f82977ec213022');
|
@ -5,7 +5,7 @@ use api\tests\_pages\MojangApiRoute;
|
||||
use api\tests\FunctionalTester;
|
||||
use function Ramsey\Uuid\v4 as uuid;
|
||||
|
||||
class UuidToUsernamesHistoryCest {
|
||||
class UsernameHistoryByUuidCest {
|
||||
|
||||
private MojangApiRoute $route;
|
||||
|
@ -6,7 +6,7 @@ namespace api\tests\functional\mojang;
|
||||
use api\tests\FunctionalTester;
|
||||
use Codeception\Example;
|
||||
|
||||
final class UsernameToUuidCest {
|
||||
final class UuidByUsernameCest {
|
||||
|
||||
/**
|
||||
* @return iterable<array{string}>
|
@ -6,7 +6,7 @@ namespace api\tests\functional\mojang;
|
||||
use api\tests\FunctionalTester;
|
||||
use Codeception\Example;
|
||||
|
||||
final class UsernamesToUuidsCest {
|
||||
final class UuidsByUsernamesCest {
|
||||
|
||||
/**
|
||||
* @return iterable<array{string}>
|
Loading…
x
Reference in New Issue
Block a user