Skip to content

Commit 67b5926

Browse files
authored
[TASK] Declare codeception related files deprecated (#722) (#723)
TYPO3 core v14 and v15 finished the migration from codeception to playwright. The patch declares related files `@deprecated` for TF v9 and main/v10. They will be removed from main/v10 in another patch. Resolves: #719 Releases: main, 9
1 parent 9e0e615 commit 67b5926

7 files changed

Lines changed: 28 additions & 0 deletions

File tree

Classes/Core/Acceptance/Extension/BackendEnvironment.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
* typo3temp. Own acceptance test suites should extend from this class
3333
* and change the properties. This can be used to not copy the whole
3434
* bootstrapTypo3Environment() method but reuse it instead.
35+
*
36+
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
37+
* The testing-framework codeception related scaffolding files and
38+
* helpers will be removed with testing-framework v10.
3539
*/
3640
abstract class BackendEnvironment extends Extension
3741
{

Classes/Core/Acceptance/Helper/AbstractModalDialog.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
* | |
2929
* | [no] [maybe] [yeah] |
3030
* --------------------------------
31+
*
32+
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
33+
* The testing-framework codeception related scaffolding files and
34+
* helpers will be removed with testing-framework v10.
3135
*/
3236
abstract class AbstractModalDialog
3337
{

Classes/Core/Acceptance/Helper/AbstractPageTree.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
/**
2323
* Helper class to interact with the page tree
24+
*
25+
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
26+
* The testing-framework codeception related scaffolding files and
27+
* helpers will be removed with testing-framework v10.
2428
*/
2529
abstract class AbstractPageTree
2630
{

Classes/Core/Acceptance/Helper/Acceptance.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323

2424
/**
2525
* Helper class to verify javascript browser console does not throw errors.
26+
*
27+
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
28+
* The testing-framework codeception related scaffolding files and
29+
* helpers will be removed with testing-framework v10.
2630
*/
2731
class Acceptance extends Module
2832
{

Classes/Core/Acceptance/Helper/Login.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626

2727
/**
2828
* Helper class to log in backend users and load backend.
29+
*
30+
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
31+
* The testing-framework codeception related scaffolding files and
32+
* helpers will be removed with testing-framework v10.
2933
*/
3034
class Login extends Module
3135
{

Classes/Core/Acceptance/Helper/Topbar.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
/**
2121
* Helper to interact with the Topbar
22+
*
23+
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
24+
* The testing-framework codeception related scaffolding files and
25+
* helpers will be removed with testing-framework v10.
2226
*/
2327
class Topbar
2428
{

Classes/Core/Acceptance/Step/FrameSteps.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
/**
2525
* Trait for AcceptanceTester ("$I") extending testing class
2626
* with helper methods for the backend.
27+
*
28+
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
29+
* The testing-framework codeception related scaffolding files and
30+
* helpers will be removed with testing-framework v10.
2731
*/
2832
trait FrameSteps
2933
{

0 commit comments

Comments
 (0)