CurlyBytes / CI3-ultimate

The ultimate setup for CI3 and combine eerything and possible template
MIT License
1 stars 0 forks source link

Update dependency kenjis/ci-phpunit-test to v3 #42

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
kenjis/ci-phpunit-test (source) require-dev major 0.17.3 -> 3.0.3

Release Notes

kenjis/ci-phpunit-test ### [`v3.0.3`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v3.0.3) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v3.0.2...v3.0.3) ##### Others - Compatible with CodeIgniter 3.1.13 ### [`v3.0.2`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v3.0.2) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v3.0.1...v3.0.2) ##### Others - Compatible with PHP 8.0 ### [`v3.0.1`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v3.0.1) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v3.0.0...v3.0.1) ##### Fixed - Fix bug that `install.php --from-composer` does not work. See [#​371](https://togithub.com/kenjis/ci-phpunit-test/pull/371). - Exclude `views/errors/` for PHPUnit coverage report. See [#​372](https://togithub.com/kenjis/ci-phpunit-test/pull/372). - Fix bug that *Monkey Patching* causes Warning: flock(): Illegal operation argument. See [#​377](https://togithub.com/kenjis/ci-phpunit-test/issues/377). ### [`v3.0.0`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v3.0.0) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v2.0.2...v3.0.0) ##### Changed - Require PHP 7.3 or later, PHPUnit 9.3 or later ### [`v2.0.2`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v2.0.2) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v2.0.1...v2.0.2) ##### Others - Compatible with CodeIgniter 3.1.13 ### [`v2.0.1`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v2.0.1) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v2.0.0...v2.0.1) ##### Fixed - Fix bug that `install.php --from-composer` does not work. See [#​371](https://togithub.com/kenjis/ci-phpunit-test/pull/371). - Fix bug that *Monkey Patching* causes Warning: flock(): Illegal operation argument. See [#​377](https://togithub.com/kenjis/ci-phpunit-test/issues/377). ### [`v2.0.0`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v2.0.0) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v1.0.2...v2.0.0) ##### Changed - Require PHP 7.2 or later, PHPUnit 8.1 to 9.2 ### [`v1.0.2`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v1.0.2) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v1.0.1...v1.0.2) ##### Others - Compatible with CodeIgniter 3.1.13 ### [`v1.0.1`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v1.0.1) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v1.0.0...v1.0.1) ##### Fixed - Fix bug that `install.php --from-composer` does not work. See [#​371](https://togithub.com/kenjis/ci-phpunit-test/pull/371). - Fix bug that *Monkey Patching* causes Warning: flock(): Illegal operation argument. See [#​377](https://togithub.com/kenjis/ci-phpunit-test/issues/377). ### [`v1.0.0`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v1.0.0) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v0.19.0...v1.0.0) - The first official version - Same as v0.19.0 ### [`v0.19.0`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v0.19.0) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v0.18.0...v0.19.0) ##### Changed - If you use Monkey Patching with nikic/PHP-Parser 4.6 or later, the line number when an error occurs is probably different from the actual source code. Please check the cache file of the source that Monkey Patching creates. ##### Added - Now you can use nikic/PHP-Parser 4.6 or later as a Composer dependency. See [#​364](https://togithub.com/kenjis/ci-phpunit-test/pull/364), [#​366](https://togithub.com/kenjis/ci-phpunit-test/pull/366). - Now you can specify custom test directory. See [#​362](https://togithub.com/kenjis/ci-phpunit-test/pull/362). - Add functionality to create mocks on consecutive calls. See [#​339](https://togithub.com/kenjis/ci-phpunit-test/pull/339). - Add functionality to change `ENVIRONMENT` constant value `testing`. See [#​360](https://togithub.com/kenjis/ci-phpunit-test/pull/360). ##### Fixed - Fix bug that `config.php` is loaded before `constants.php`. See [#​348](https://togithub.com/kenjis/ci-phpunit-test/pull/348). ### [`v0.18.0`](https://togithub.com/kenjis/ci-phpunit-test/releases/tag/v0.18.0) [Compare Source](https://togithub.com/kenjis/ci-phpunit-test/compare/v0.17.3...v0.18.0) ##### Added - Now you can assert whether a message is logged. See [#​331](https://togithub.com/kenjis/ci-phpunit-test/pull/331). ##### Fixed - Fix bug that config files are not loaded with HMVC. See [#​327](https://togithub.com/kenjis/ci-phpunit-test/pull/327), [#​328](https://togithub.com/kenjis/ci-phpunit-test/pull/328). - Fix bug that NetBeans test suite provider causes `Class 'PHPUnit_Util_Configuration' not found`. See [#​313](https://togithub.com/kenjis/ci-phpunit-test/pull/313). - Fix bug that `$assign_to_config` does not work. See [#​314](https://togithub.com/kenjis/ci-phpunit-test/pull/314).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.