Mercurial > hg > isophonics-drupal-site
diff vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php Thu Apr 26 11:26:54 2018 +0100 +++ b/vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php Tue Jul 10 15:07:59 2018 +0100 @@ -77,7 +77,7 @@ */ public function setRemoveHostFromUrl($remove = true) { - trigger_error( + @trigger_error( 'setRemoveHostFromUrl() is deprecated as of 1.2 and will be removed in 2.0. Pass the base url in the constructor instead.', E_USER_DEPRECATED ); @@ -93,7 +93,7 @@ */ public function setRemoveScriptFromUrl($remove = true) { - trigger_error( + @trigger_error( 'setRemoveScriptFromUrl() is deprecated as of 1.2 and will be removed in 2.0. Pass the base url in the constructor instead.', E_USER_DEPRECATED );