Skip to content

Commit 09ed121

Browse files
committed
fix(tests): remove integration tests that depend on deleted Remote API classes
The Remote API classes (OC\Remote\* and OCP\Remote\*) were removed in #60953, but the remoteapi Behat integration suite was not updated. This caused fatal PHP errors when Behat tried to bootstrap RemoteContext, breaking the integration test run on master. Remove RemoteContext.php, remote.feature, and the remoteapi suite entry in behat.yml since there is nothing left to test. Assisted-by: ClaudeCode:claude-sonnet-4-6 Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent b6d0e19 commit 09ed121

3 files changed

Lines changed: 0 additions & 199 deletions

File tree

build/integration/config/behat.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -254,19 +254,6 @@ default:
254254
- admin
255255
- admin
256256
regular_user_password: 123456
257-
remoteapi:
258-
paths:
259-
- "%paths.base%/../remoteapi_features"
260-
contexts:
261-
- FeatureContext:
262-
baseUrl: http://localhost:8080/ocs/
263-
admin:
264-
- admin
265-
- admin
266-
regular_user_password: 123456
267-
- RemoteContext:
268-
remote: http://localhost:8080
269-
270257
ratelimiting:
271258
paths:
272259
- "%paths.base%/../ratelimiting_features"

build/integration/features/bootstrap/RemoteContext.php

Lines changed: 0 additions & 146 deletions
This file was deleted.

build/integration/remoteapi_features/remote.feature

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)