PHPUnit 11.5.55 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.4.7
Configuration: /Users/thorsten/AI/propresenter-work/php/phpunit.xml

...............                                                   15 / 15 (100%)

Time: 00:00.053, Memory: 12.00 MB

Playlist Node (ProPresenter\Parser\Tests\PlaylistNode)
 ✔ Get uuid returns playlist uuid
 ✔ Get name returns playlist name
 ✔ Get type returns playlist type
 ✔ Container node is container and not leaf
 ✔ Leaf node is leaf and not container
 ✔ Container node returns child playlist nodes
 ✔ Leaf node returns playlist entries
 ✔ Get entry count returns item count for leaf
 ✔ Get entry count returns zero for container
 ✔ Container node returns empty entries
 ✔ Leaf node returns empty child nodes
 ✔ Get playlist returns underlying proto
 ✔ Recursive wrapping of nested containers
 ✔ Empty playlist with no children type
 ✔ Get type returns group type for container

OK (15 tests, 37 assertions)
