[wp-trac] [WordPress Trac] #61530: Test tool and unit test improvements for 6.7
WordPress Trac
noreply at wordpress.org
Mon Sep 23 22:15:28 UTC 2024
#61530: Test tool and unit test improvements for 6.7
--------------------------------------+---------------------
Reporter: jonsurrell | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 6.7
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses:
--------------------------------------+---------------------
Comment (by SergeyBiryukov):
In [changeset:"59082" 59082]:
{{{
#!CommitTicketReference repository="" revision="59082"
Build/Test Tools: Prevent Composer lock file from being created.
Composer 1.10.0 introduced a `lock` config option, which, when set to
`false` will prevent a `composer.lock` file from being created and will
ignore it when one exists.
This is a useful option for packages like WordPress where the `lock` file
has no meaning.
It also makes life more straightforward for contributors as they don't
have to remember that for this repo they should use `composer update`
instead of `composer install`. Both will now work the same.
Reference: [https://getcomposer.org/doc/06-config.md#lock Composer
Documentation: Config: lock].
Follow-up to [51543].
Props jrf.
See #61530.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61530#comment:46>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list