You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library tests are now separated from "feature" tests, which explain
better what each feature of the component is and how it works. Works
better than a README if you ask me, or Respect\Doc for that matter -
which suffered an overhaul that I still haven't take the time to
understand.
Previous coverage is unchanged, although more tests were added for
clarity and better coverage of each feature usage.
Changes
-------
You can now indent INI declarations, every blank space before the start
of any declaration will be removed.
A bug happened when you manipulated the container by defining an item
entry with an instance.
The "ifs" surrounding `$this->configure()` were unnecessary.
Describes development dependencies better on `composer.json` to run the
test suite.
0 commit comments