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

feat: replace Pest by PHPUnit #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vitormattos
Copy link

@vitormattos vitormattos commented May 17, 2024

The minimum current stable version of Nextcloud Server is 27 and the minimum PHP version supported by this version is 8.0

For now, LibreSign provide support to all stable releases of Nextcloud Server because LibreSign is a Nextcloud app to do digital signatures.

The current version of this repository use Pest as test suite. The version of Pest compati\ble with PHP8.0 is very old and to be more agnostic of Laravel libraries, I made this migration from Pest to PHPUnit.

This is a PR only as test purpose and to store my progress using your package, isn't necessary to merge.

I also moved the developer dependencies to use bamarni/composer-bin-plugin package and don't impact the code of project with developer dependencies.

At time, for now don't will be possible implement at LibreSign because I need to use forms to put visible signature and this package don't have support to this feature. Congratulations by this work!

Signed-off-by: Vitor Mattos <[email protected]>
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.

1 participant