Skip to content

Testo: remove PHPUnit, finalize migration #38

Description

@igancev

Description

Remove PHPUnit from the project completely. Clean up all PHPUnit-related configuration, dependencies, and references.

What to do

  • Remove phpunit/phpunit from require-dev in composer.json
  • Delete phpunit.xml
  • Remove any PHPUnit-related Makefile targets
  • Remove any PHPUnit-related CI steps/jobs (if not already removed in Testo: migrate functional test (testcontainers) #37)
  • Update README.md — replace PHPUnit references with Testo
  • Verify no leftover PHPUnit imports or base classes remain in the codebase

Definition of Done

Testo is the only test framework. 20 tests green. No PHPUnit artifacts remain in the project (no config, no dependency, no references in CI/Makefile/README).

Blocked by: #37 · Part of #9

Branching Strategy

Create a branch from feature/testo and open a PR targeting feature/testo. Do not target main directly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions