? ? Success

User tests: Successful: Unsuccessful:

avatar photodude
photodude
6 Apr 2016

Pull Request for Issue phpunit/dbunit version was only updated in some places.

Summary of Changes

Updates composer files to be more consistent with phpunit/dbunit version listing

Testing Instructions

Travis CI jobs should complete with phpunit/dbunit still listing v1.4.1 after composer install, merge on code review.

avatar photodude photodude - open - 6 Apr 2016
avatar photodude photodude - change - 6 Apr 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 6 Apr 2016
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 6 Apr 2016
Labels Added: ? ?
avatar mbabker
mbabker - comment - 6 Apr 2016

I'm going to close this PR because it's actually not correct but also I'll explain why.

First, the declared minimum dbunit version is ~1.3, unless we change the composer.json files to list the explicit versions that the CMS is shipping/using this is still acceptable (with that said does our unit test suite depend on anything in newer dbunit versions?).

Second, the change in the composer.lock file is invalid. Specifically, the line you changed comes from an auto-generated object from the Session package's dependencies. The 1.3.1 tag declares ~1.2 as the minimum, so the edit there actually causes the data for the included release to be incorrect.

Lastly, if you make a change to the composer.json file and run composer update the hash and content-hash keys should be updated. They aren't here, which means you manually edited the lock file. Short of a merge conflict, you should never manually edit that file.

avatar mbabker mbabker - change - 6 Apr 2016
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-04-06 22:51:20
Closed_By mbabker
avatar mbabker mbabker - close - 6 Apr 2016
avatar photodude photodude - head_ref_deleted - 6 Apr 2016
avatar brianteeman brianteeman - change - 7 Apr 2016
Category External Library
avatar brianteeman brianteeman - change - 7 Apr 2016
Labels
avatar photodude
photodude - comment - 7 Apr 2016

Thank you for the additional explanation.

Add a Comment

Login with GitHub to post a comment