You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NodeHelper class is a utility class which implements a set of static methods. This is a problem because the Session object is passed to some of the methods, which makes really widens the scope of unit tests.
e.g.
NodeHelper::createPath($session, '/foo/bar');
Ultimately we should be able to use the NodeHelper::createPath method from an injected class, e.g.