This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
wiosna-dev_common-library
Watch
1
Star
0
Fork
1
You've already forked wiosna-dev_common-library
mirror of
https://github.com/wiosna-dev/common-library.git
synced
2026-03-12 09:31:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
872259e63d1dcd8214e3e3f52a763f718576801a
wiosna-dev_common-library
/
tests
/
Collection
History
Meritoo
872259e63d
[BaseCollection] Treat the
null
index as "no index" only while adding new element, iow. do not treat empty string as "no index" behaviour
2019-09-19 12:33:03 +02:00
..
Collection
Rename Collection class to BaseCollection. Add BaseCollection::isValidType() method to validate type of element before add it to collection. Add BaseCollection ::prepareElements() method to allow preparation of elements in custom way.
2019-09-18 14:51:09 +02:00
BaseCollectionTest.php
[BaseCollection] Treat the
null
index as "no index" only while adding new element, iow. do not treat empty string as "no index" behaviour
2019-09-19 12:33:03 +02:00
DateTimeCollectionTest.php
Rename Collection class to BaseCollection. Add BaseCollection::isValidType() method to validate type of element before add it to collection. Add BaseCollection ::prepareElements() method to allow preparation of elements in custom way.
2019-09-18 14:51:09 +02:00
IntegerCollectionTest.php
Rename Collection class to BaseCollection. Add BaseCollection::isValidType() method to validate type of element before add it to collection. Add BaseCollection ::prepareElements() method to allow preparation of elements in custom way.
2019-09-18 14:51:09 +02:00
StringCollectionTest.php
Rename Collection class to BaseCollection. Add BaseCollection::isValidType() method to validate type of element before add it to collection. Add BaseCollection ::prepareElements() method to allow preparation of elements in custom way.
2019-09-18 14:51:09 +02:00
TemplatesTest.php
Collection/storage of templates
2019-04-02 21:08:11 +02:00