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

Pest 2.0 #38

Merged
merged 1 commit into from
May 1, 2023
Merged

Pest 2.0 #38

merged 1 commit into from
May 1, 2023

Conversation

osteel
Copy link
Owner

@osteel osteel commented May 1, 2023

Summary

This PR upgrades Pest to v2.0.

Explanation

This is so the configuration is up to date for the next instalment of the blog series.

I also want to make use of the new architecture plugin but that will be done in an eventual PR.

Checklist

  • I have provided a summary and an explanation
  • I have reviewed the PR myself and left comments to provide context
  • I have covered the changes with tests as appropriate
  • I have made sure static analysis and other checks are successful

@@ -30,13 +30,13 @@
"ramsey/uuid": "^4.7.3"
},
"require-dev": {
"eventsauce/test-utilities": "^3.2",
"eventsauce/test-utilities": "dev-main",
Copy link
Owner Author

Choose a reason for hiding this comment

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

ℹ️ Until this PR is merged

Copy link
Owner Author

Choose a reason for hiding this comment

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

ℹ️ Removed the DotEnv stuff for now as I actually don't need it

@@ -61,7 +61,7 @@

$acquisitions = SharePoolingAssetAcquisitions::make(...$items);

expect($acquisitions->quantity())->toBeInstanceOf(Quantity::class)->toMatchObject(new Quantity($total));
expect($acquisitions->quantity())->toBeInstanceOf(Quantity::class)->toEqual(new Quantity($total));
Copy link
Owner Author

Choose a reason for hiding this comment

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

ℹ️ Not sure why these started to fail all of a sudden

@osteel osteel marked this pull request as ready for review May 1, 2023 17:21
@osteel osteel merged commit 0d8c1fd into main May 1, 2023
@osteel osteel deleted the feature/pest-2.0 branch May 1, 2023 17:21
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