소스 검색

Now MockRemoteConnection extends the original remote connection class

Emmanuel Peroumalnaik 11 년 전
부모
커밋
d7b7761854
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      t/lib/MockRemoteConnection.pm

+ 2 - 0
t/lib/MockRemoteConnection.pm

@@ -6,6 +6,8 @@ use Moo;
 use JSON; 
 use Try::Tiny;
 
+extends 'Selenium::Remote::RemoteConnection';
+
 has 'spec' => (
     is       => 'ro',
     required => 1,