Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simpletest replacement with phpunit #88

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

JamesRezo
Copy link

Fixes #87

The main changes :

  • simpletest+pear/textdiff dev dependencies are removed
  • phpunit added with its version depending of PHP version
  • workfllow matrix extended to PHP8.3
  • test files are divided in 3 parts :
    • a css file to test
    • a settings php file
    • an expected file with a php or a css content

The csst files division helped me during the migration. Then, I realized it was easier to check and debug with a nice syntax highlighting in my IDE. Therefore, I propose to keep the files divided

Before migration, 132 tests were passing
After migration, with the same number of tests, 136 tests are passing. I guess there was homonymous test names...

Minor changes :

  • the README file is "corrected" in order to generate fewer errors with a markdown parser
  • keywords were added in composer.json to help users to find this package in packagist.org

@JamesRezo
Copy link
Author

gentle reminder 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

simpletest deprecation
1 participant