소스 검색

Remove testing attribute from Driver.pm

As part of #164, 87752cc and e445acb take out all uses of the `testing`
attribute in Driver.pm. We no longer need it.
Daniel Gempesaw 11 년 전
부모
커밋
06cfc7b8d5
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      lib/Selenium/Remote/Driver.pm

+ 0 - 5
lib/Selenium/Remote/Driver.pm

@@ -417,11 +417,6 @@ has 'inner_window_size' => (
 
 );
 
-has 'testing' => (
-    is => 'rw',
-    default => sub { 0 },
-);
-
 sub BUILD {
     my $self = shift;