Skip to content

Commit 7a29455

Browse files
authored
[TASK] Create directory structure for making fine-grained tests (#754)
We'll rework and sort the tests into these folders: - `Unit` and `Functional`: for tests that do not call deprecated methods, and where PHPUnit should warn if deprecated methods are called - `UnitDeprecated` and `FunctionalDeprecated`: for tests that call deprecated methods, and where PHPUnit should not warn about those For the time being, we still call all tests with the same configuration.
1 parent 53c5210 commit 7a29455

File tree

4 files changed

+0
-0
lines changed

4 files changed

+0
-0
lines changed

tests/Functional/.gitkeep

Whitespace-only changes.

tests/FunctionalDeprecated/.gitkeep

Whitespace-only changes.

tests/Unit/.gitkeep

Whitespace-only changes.

tests/UnitDeprecated/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)