phpunit-json-assertions
phpunit-json-assertions copied to clipboard
JSON assertions for PHPUnit (including JSON Schema)
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.4.1. Release notes Sourced from actions/setup-node's releases. Fix pnpm output and node-version output issues In scope of this release we fixed bugs related to the...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from github/codeql-action's changelog. 2.1.8 - 08 Apr 2022 Update default CodeQL bundle version to 2.8.5. #1014 Fix error where the init action...
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. Release notes Sourced from actions/cache's releases. v3.0.1 Added support for caching from GHES 3.5. Fixed download issue for files > 2GB during restore. v3.0.0...
We use the test folder in the repository to test our jsonSchema. We have created a class based on the same structure as `AssertTaitTest.php`. But when we want to test...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.6.0. Release notes Sourced from actions/setup-node's releases. Add Support for Nightly, Canary and RC builds for Node.js In scope of this release we added support...
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @Phantsure in actions/cache#946 Update @actions/core to 1.10.0...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...
Add support for Draft 6 - updates json library dependency version for draft 6 support - adds assertions for some draft 6 scenarios - upgrades phpunit to version 10 -...