From dd1c6d647f326ab90871ed03ef8a35d3ea249adf Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 17 Oct 2024 19:23:04 +0200 Subject: [PATCH] [ticket/17414] Remove not needed test captchas PHPBB-17414 --- .../foo/test_captcha/captcha/test_captcha.php | 33 ------------------- .../ext/foo/test_captcha/composer.json | 23 ------------- .../ext/foo/test_captcha/config/services.yml | 5 --- 3 files changed, 61 deletions(-) delete mode 100644 tests/functional/fixtures/ext/foo/test_captcha/captcha/test_captcha.php delete mode 100644 tests/functional/fixtures/ext/foo/test_captcha/composer.json delete mode 100644 tests/functional/fixtures/ext/foo/test_captcha/config/services.yml diff --git a/tests/functional/fixtures/ext/foo/test_captcha/captcha/test_captcha.php b/tests/functional/fixtures/ext/foo/test_captcha/captcha/test_captcha.php deleted file mode 100644 index fb8c6ed090..0000000000 --- a/tests/functional/fixtures/ext/foo/test_captcha/captcha/test_captcha.php +++ /dev/null @@ -1,33 +0,0 @@ -=8.1" - }, - "extra": { - "display-name": "phpBB 4.0 Test Captcha", - "soft-require": { - "phpbb/phpbb": "4.0.*@dev" - } - } -} diff --git a/tests/functional/fixtures/ext/foo/test_captcha/config/services.yml b/tests/functional/fixtures/ext/foo/test_captcha/config/services.yml deleted file mode 100644 index 75cdf52270..0000000000 --- a/tests/functional/fixtures/ext/foo/test_captcha/config/services.yml +++ /dev/null @@ -1,5 +0,0 @@ -services: - foo_test_captcha.captcha.test_captcha: - class: foo\test_captcha\captcha\test_captcha - tags: - - { name: captcha.plugins }