diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-06-19 08:29:34 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-06-19 08:29:34 +0200 |
commit | 3002c1b22af3b4ca139b98fe069a84cb8cb3b8de (patch) | |
tree | 58613f5d773cac3b4b22f6a8e88c0cf3c7fb5ac0 /tests | |
parent | 1be392a16a8ff5923e28bac080f7c21659f52be5 (diff) | |
download | forums-3002c1b22af3b4ca139b98fe069a84cb8cb3b8de.tar forums-3002c1b22af3b4ca139b98fe069a84cb8cb3b8de.tar.gz forums-3002c1b22af3b4ca139b98fe069a84cb8cb3b8de.tar.bz2 forums-3002c1b22af3b4ca139b98fe069a84cb8cb3b8de.tar.xz forums-3002c1b22af3b4ca139b98fe069a84cb8cb3b8de.zip |
[ticket/16078] Add use statement for ChromeOptions
PHPBB3-16078
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_framework/phpbb_ui_test_case.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_framework/phpbb_ui_test_case.php b/tests/test_framework/phpbb_ui_test_case.php index a17fd608c1..4d88d7d9cb 100644 --- a/tests/test_framework/phpbb_ui_test_case.php +++ b/tests/test_framework/phpbb_ui_test_case.php @@ -11,6 +11,7 @@ * */ +use Facebook\WebDriver\Chrome\ChromeOptions; use Facebook\WebDriver\WebDriverBy; use Facebook\WebDriver\Exception\WebDriverCurlException; use Facebook\WebDriver\Remote\RemoteWebDriver; |