Skip to content

Commit

Permalink
[TASK] Create directory structure for making fine-grained tests (#754)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oliverklee authored Oct 30, 2024
1 parent 53c5210 commit 7a29455
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 0 deletions.
Empty file added tests/Functional/.gitkeep
Empty file.
Empty file.
Empty file added tests/Unit/.gitkeep
Empty file.
Empty file added tests/UnitDeprecated/.gitkeep
Empty file.

0 comments on commit 7a29455

Please sign in to comment.