di icon indicating copy to clipboard operation
di copied to clipboard

Parameters name binding

Open xepozz opened this issue 1 year ago • 3 comments

Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Fixed issues comma-separated list of tickets # fixed by the PR, if any
Related PR https://github.com/yiisoft/definitions/pull/87

xepozz avatar Feb 13 '24 16:02 xepozz

PR Summary

  • Introduction of a new dependency Our composer.json file has been updated to introduce a new package "yiisoft/definitions": "dev-parameter-name-binding". This update aids in the proper maintenance and documentation of numerous packages used in our software.

  • Addition of a new file for testing A new supporting file called ArgumentNameBinding.php has been added in the tests/Support directory. This addition will facilitate specific testing procedures within our platform.

  • Improvements to an existing test file Changes have been made to the ContainerTest.php file to create a new test known as testArgumentNameBinding(). This new test will enable us to verify the functionality of the argument name binding feature in our system. This feature binds/links arguments to their expected types, ensuring that the operations of our programs are being performed accurately. Through this test, we're making sure that specific definitions relating to our software's engine are properly assigned with the expected types for seamless execution. In other words, it is now possible to verify that the correct types of inputs are assigned to specific parts of our engine, ensuring accurate and efficient performance.

what-the-diff[bot] avatar Feb 13 '24 16:02 what-the-diff[bot]

Need docs.

samdark avatar Feb 14 '24 06:02 samdark

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (aeb0856) to head (6f397c5).

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #352   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       161       161           
===========================================
  Files             11        11           
  Lines            466       466           
===========================================
  Hits             466       466           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 15 '24 16:02 codecov[bot]