add phpunit code coverage driver

This commit is contained in:
Andrew Dolgov
2023-12-02 17:45:25 +03:00
parent 2b8e344532
commit 09898ccbc8
38 changed files with 647 additions and 407 deletions
@@ -74,8 +74,6 @@ final class Iterator implements RecursiveIterator
/**
* Returns the sub iterator for the current element.
*
* @return Iterator
*/
public function getChildren(): self
{