phpunit-mink
phpunit-mink copied to clipboard
Inline "SessionFactory" class
After #12 is implemented the session driver creation is moved away from SessionFactory class to the corresponding driver factories. And the SessionFactory only has 1 line long method called createSession:

The only class using that method is IsolatedSessionStrategy that can create/start sessions. I propose, that we:
- remove
ISessionFactoryinterface - remove
SessionFactoryclass - inline
SessionFactory::createSessionmethod intoIsolatedSessionStrategy::sessionmethod
:+1: