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

Replace simple-phpunit with phpunit #31

Merged
merged 4 commits into from
Sep 27, 2024

Conversation

mamazu
Copy link
Contributor

@mamazu mamazu commented Sep 20, 2024

Phpunit requires a void return type on the setUp method

@mamazu mamazu force-pushed the fixing_phpunit_types branch from c0b7323 to f33f615 Compare September 20, 2024 11:06
composer.json Outdated
@@ -17,8 +17,9 @@
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4.33|^6.3.10|^7.0.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0"
"phpunit/phpunit": "^9.6.21",
Copy link
Member

@alexander-schranz alexander-schranz Sep 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need 8.5 also for lowest support see /~https://github.com/sulu/SuluFormBundle/pull/391/files

@mamazu mamazu force-pushed the fixing_phpunit_types branch from 800e255 to a9261c7 Compare September 20, 2024 11:22
@mamazu
Copy link
Contributor Author

mamazu commented Sep 20, 2024

That was easy. :D

@mamazu mamazu force-pushed the fixing_phpunit_types branch from a9261c7 to 6d84f55 Compare September 27, 2024 10:13
@mamazu mamazu changed the title Fixing missing types for phpunit Replacing simple-phpunit with phpunit Sep 27, 2024
@mamazu mamazu changed the title Replacing simple-phpunit with phpunit Replacing simple-phpunit with phpunit Sep 27, 2024
@alexander-schranz alexander-schranz merged commit 396dce0 into massiveart:0.5 Sep 27, 2024
7 checks passed
@alexander-schranz alexander-schranz changed the title Replacing simple-phpunit with phpunit Replace simple-phpunit with phpunit Sep 27, 2024
@alexander-schranz
Copy link
Member

@mamazu Thank you!

@mamazu mamazu deleted the fixing_phpunit_types branch September 27, 2024 10:33
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.

2 participants