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 17:41:50 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ddb3f0a544f41be7ade45eaec4a52e7828c1cbde
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