public function hasChildren() : bool { return $this->valid() && $this->current() instanceof TestSuite; }