From 322dd3cdef38d54b0e399ed9c62b791c62aed9f4 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Mon, 5 Sep 2022 09:52:11 +0545 Subject: [PATCH] change file name --- tests/acceptance/config/behat.yml | 2 +- .../bootstrap/{SpacesTusContext.php => SpacesTUSContext.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/acceptance/features/bootstrap/{SpacesTusContext.php => SpacesTUSContext.php} (99%) diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 72444299e18..fd63833bd70 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -47,7 +47,7 @@ default: - TrashbinContext: - WebDavPropertiesContext: - TUSContext: - - SpacesTusContext: + - SpacesTUSContext: apiArchiver: paths: diff --git a/tests/acceptance/features/bootstrap/SpacesTusContext.php b/tests/acceptance/features/bootstrap/SpacesTUSContext.php similarity index 99% rename from tests/acceptance/features/bootstrap/SpacesTusContext.php rename to tests/acceptance/features/bootstrap/SpacesTUSContext.php index 93a5f257c65..47c99eb8368 100644 --- a/tests/acceptance/features/bootstrap/SpacesTusContext.php +++ b/tests/acceptance/features/bootstrap/SpacesTUSContext.php @@ -20,7 +20,7 @@ /** * Context for the TUS-specific steps using the Graph API */ -class SpacesTusContext implements Context { +class SpacesTUSContext implements Context { /** * @var FeatureContext