Tree
Tree copied to clipboard
Fix NodeTest class namespace and PHPUnit fixture
Changed log
- According to the official PHPUnit doc, it should be
protected function setUp(): void
method. - Fixing the
NodeTest
class namespace to be compatible withPSR-4
autoloading.