Skip to content

Commit 1a571c8

Browse files
authored
[TASK] Remove code and mentions of acceptance test framework (#724)
With core switching away from codeception to playwright, the patch removes the codeception based scaffolding, helpers and mentions in TF main / v10.
1 parent 8380c04 commit 1a571c8

15 files changed

Lines changed: 24 additions & 1285 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,3 @@ Add more context to the problem here.
5454
- PHP version:
5555
- Web server used + version:
5656
- Operating system:
57-
- Selenium server version: <!-- Only relevant if this report is about acceptance tests -->
58-
- Browser driver (chromedriver/geckodriver...) version: <!-- Only relevant if this report is about acceptance tests -->
59-
- Browser used + version: <!-- Only relevant if this report is about acceptance tests -->

Build/Scripts/runTests.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -256,16 +256,6 @@ echo "##########################################################################
256256
echo "Result of ${TEST_SUITE}" >&2
257257
echo "Container runtime: ${CONTAINER_BIN}" >&2
258258
echo "PHP: ${PHP_VERSION}" >&2
259-
if [[ ${TEST_SUITE} =~ ^(functional|functionalDeprecated|acceptance|acceptanceInstall)$ ]]; then
260-
case "${DBMS}" in
261-
mariadb|mysql|postgres)
262-
echo "DBMS: ${DBMS} version ${DBMS_VERSION} driver ${DATABASE_DRIVER}" >&2
263-
;;
264-
sqlite)
265-
echo "DBMS: ${DBMS}" >&2
266-
;;
267-
esac
268-
fi
269259
if [[ -n ${EXTRA_TEST_OPTIONS} ]]; then
270260
echo " Note: Using -e is deprecated. Simply add the options at the end of the command."
271261
echo " Instead of: Build/Scripts/runTests.sh -s ${TEST_SUITE} -e '${EXTRA_TEST_OPTIONS}' $@"

Build/phpstan/phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ parameters:
1616
- ../../Tests
1717

1818
excludePaths:
19-
# Checking acceptance support files is cumbersome due to codeception dynamic mixin generation
20-
- ../../Classes/Core/Acceptance/*
2119
# Text fixtures extensions uses $_EXTKEY phpstan would be report as "might not defined"
2220
- ../../Tests/Unit/*/Fixtures/Extensions/*/ext_emconf.php
2321
- ../../Tests/Unit/*/Fixtures/Packages/*/ext_emconf.php

CONTRIBUTING.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ To provide a change to the testing framework, you have to
7878
7979
./Build/Scripts/runTests.sh -s functional
8080
81-
* TYPO3 Core acceptance tests (slow ~ 30-60 minutes):
82-
83-
.. code-block:: bash
84-
85-
./Build/Scripts/runTests.sh -s acceptance
86-
8781
and confirming that the test runs have the same result as without the
8882
changes,
8983

Classes/Core/Acceptance/Extension/BackendEnvironment.php

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

Classes/Core/Acceptance/Helper/AbstractModalDialog.php

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

Classes/Core/Acceptance/Helper/AbstractPageTree.php

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

Classes/Core/Acceptance/Helper/Acceptance.php

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

0 commit comments

Comments
 (0)