Skip to content

Commit

Permalink
Do not include file with removed webdriver aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed May 9, 2016
1 parent 946bc47 commit 54f342e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions bin/steward
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ if (strpos(__DIR__, DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR) !== fa
define('STEWARD_BASE_DIR', realpath(__DIR__ . '/..'));
}

require_once __DIR__ . '/../src/init_webdriver_aliases.php';

date_default_timezone_set('Europe/Prague');

$dispatcher = new EventDispatcher();
Expand Down
1 change: 0 additions & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<file>./tests/</file>

<exclude-pattern>bootstrap.php</exclude-pattern>
<exclude-pattern>init_webdriver_aliases.php</exclude-pattern>
<exclude-pattern>src-tests/coverage/*</exclude-pattern>

<arg value="p"/>
Expand Down
2 changes: 0 additions & 2 deletions src/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
} elseif (file_exists($autoload = __DIR__ . '/../../../autoload.php')) {
require_once $autoload;
}

require 'init_webdriver_aliases.php';

0 comments on commit 54f342e

Please sign in to comment.