- Record final project status in learnings.md - Add all task evidence files (43 files) - Add work plan with all 29 checkboxes complete - Add boulder state tracking Project complete: 99 tests passing, all deliverables verified
20 lines
670 B
Plaintext
20 lines
670 B
Plaintext
PHPUnit 11.5.55 by Sebastian Bergmann and contributors.
|
|
|
|
Runtime: PHP 8.4.7
|
|
Configuration: /Users/thorsten/AI/propresenter-work/php/phpunit.xml
|
|
|
|
....... 7 / 7 (100%)
|
|
|
|
Time: 00:00.035, Memory: 12.00 MB
|
|
|
|
Playlist Node (ProPresenter\Parser\Tests\PlaylistNode)
|
|
✔ Container node is container and not leaf
|
|
✔ Leaf node is leaf and not container
|
|
✔ Container node returns child playlist nodes
|
|
✔ Get entry count returns zero for container
|
|
✔ Container node returns empty entries
|
|
✔ Recursive wrapping of nested containers
|
|
✔ Get type returns group type for container
|
|
|
|
OK (7 tests, 19 assertions)
|