Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,3 @@ Add more context to the problem here.
- PHP version:
- Web server used + version:
- Operating system:
- Selenium server version: <!-- Only relevant if this report is about acceptance tests -->
- Browser driver (chromedriver/geckodriver...) version: <!-- Only relevant if this report is about acceptance tests -->
- Browser used + version: <!-- Only relevant if this report is about acceptance tests -->
10 changes: 0 additions & 10 deletions Build/Scripts/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,6 @@ echo "##########################################################################
echo "Result of ${TEST_SUITE}" >&2
echo "Container runtime: ${CONTAINER_BIN}" >&2
echo "PHP: ${PHP_VERSION}" >&2
if [[ ${TEST_SUITE} =~ ^(functional|functionalDeprecated|acceptance|acceptanceInstall)$ ]]; then
case "${DBMS}" in
mariadb|mysql|postgres)
echo "DBMS: ${DBMS} version ${DBMS_VERSION} driver ${DATABASE_DRIVER}" >&2
;;
sqlite)
echo "DBMS: ${DBMS}" >&2
;;
esac
fi
if [[ -n ${EXTRA_TEST_OPTIONS} ]]; then
echo " Note: Using -e is deprecated. Simply add the options at the end of the command."
echo " Instead of: Build/Scripts/runTests.sh -s ${TEST_SUITE} -e '${EXTRA_TEST_OPTIONS}' $@"
Expand Down
2 changes: 0 additions & 2 deletions Build/phpstan/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ parameters:
- ../../Tests

excludePaths:
# Checking acceptance support files is cumbersome due to codeception dynamic mixin generation
- ../../Classes/Core/Acceptance/*
# Text fixtures extensions uses $_EXTKEY phpstan would be report as "might not defined"
- ../../Tests/Unit/*/Fixtures/Extensions/*/ext_emconf.php
- ../../Tests/Unit/*/Fixtures/Packages/*/ext_emconf.php
Expand Down
6 changes: 0 additions & 6 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ To provide a change to the testing framework, you have to

./Build/Scripts/runTests.sh -s functional

* TYPO3 Core acceptance tests (slow ~ 30-60 minutes):

.. code-block:: bash

./Build/Scripts/runTests.sh -s acceptance

and confirming that the test runs have the same result as without the
changes,

Expand Down
452 changes: 0 additions & 452 deletions Classes/Core/Acceptance/Extension/BackendEnvironment.php

This file was deleted.

82 changes: 0 additions & 82 deletions Classes/Core/Acceptance/Helper/AbstractModalDialog.php

This file was deleted.

108 changes: 0 additions & 108 deletions Classes/Core/Acceptance/Helper/AbstractPageTree.php

This file was deleted.

132 changes: 0 additions & 132 deletions Classes/Core/Acceptance/Helper/Acceptance.php

This file was deleted.

Loading