テスト ケースの setUp メソッドでいくつかのセレン呼び出しを起動しようとすると、次のようなエラーが発生します。
Invalid response while accessing the Selenium Server at 'http://localhost:4444/selenium-server/driver/': ERROR Server Exception: sessionId should not be null; has this session been started yet?
phpunit は setUp メソッドで selenium sessionId を提供していないように見えます (ただし、奇妙なことに、同じ setUp で open() メソッドの呼び出しが機能しています)。phpunitにその変数を提供するよう説得する方法はありますか?
phpunit 3.7.24 とセレン 2.35.0 の使用