Merge pull request #50 from Octol1ttle/fix-cests-names

style: rename cests to match routing action names
This commit is contained in:
ErickSkrauch 2025-03-05 00:40:25 +01:00 committed by GitHub
commit 09c51c943f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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');

View File

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

View File

@ -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}>

View File

@ -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}>