silverstripe-framework/tests
Sam Minnee 77c7552c3f
NEW: ORM’ Query is a generator-based IteratorAggregate
API: Query no longer has iterator methods current(), first(), rewind(), next()

Using generators reduces the amount of boilerplate needed for this
code.

Turning it into an IteratorAggregate means that the iterator can be
re-created for each subsequent foreach call. This means that the
rewind() and seek() functionality can be discarded.
2022-09-15 13:28:56 +12:00
..
behat ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
bootstrap API Remove support for PDO (#10499) 2022-09-15 13:13:48 +12:00
php NEW: ORM’ Query is a generator-based IteratorAggregate 2022-09-15 13:28:56 +12:00
bootstrap.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
dump_constants.php ENHANCEMENT Log user constants during CI for debugging improvements 2017-08-23 14:23:33 +12:00
phpcs_runner.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00