Skip to content
Snippets Groups Projects
Commit e2beca2c authored by dpi's avatar dpi
Browse files

:construction_worker: Make CI green again

parent 75d87638
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
--> -->
<env name="BROWSERTEST_OUTPUT_BASE_URL" value=""/> <env name="BROWSERTEST_OUTPUT_BASE_URL" value=""/>
<!-- To disable deprecation testing completely uncomment the next line. --> <!-- To disable deprecation testing completely uncomment the next line. -->
<!-- <env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/> --> <env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/>
<!-- Example for changing the driver class for mink tests MINK_DRIVER_CLASS value: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' --> <!-- Example for changing the driver class for mink tests MINK_DRIVER_CLASS value: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' -->
<env name="MINK_DRIVER_CLASS" value=''/> <env name="MINK_DRIVER_CLASS" value=''/>
<!-- Example for changing the driver args to mink tests MINK_DRIVER_ARGS value: '["http://127.0.0.1:8510"]' --> <!-- Example for changing the driver args to mink tests MINK_DRIVER_ARGS value: '["http://127.0.0.1:8510"]' -->
......
...@@ -31,6 +31,8 @@ final class HuxAlterTestHooks { ...@@ -31,6 +31,8 @@ final class HuxAlterTestHooks {
} }
/** /**
* Implements multiple alters.
*
* Implements test_hook_multi_listener_alter(). * Implements test_hook_multi_listener_alter().
* Implements test_hook_multi_listener2_alter(). * Implements test_hook_multi_listener2_alter().
* *
......
...@@ -37,6 +37,8 @@ final class HuxReplacementTestHooks { ...@@ -37,6 +37,8 @@ final class HuxReplacementTestHooks {
} }
/** /**
* Replaces multiple hooks.
*
* Replaces hook_original_invoker_attribute(). * Replaces hook_original_invoker_attribute().
*/ */
#[ReplaceOriginalHook('original_invoker_attribute_first', moduleName: 'hux_test')] #[ReplaceOriginalHook('original_invoker_attribute_first', moduleName: 'hux_test')]
...@@ -64,6 +66,8 @@ final class HuxReplacementTestHooks { ...@@ -64,6 +66,8 @@ final class HuxReplacementTestHooks {
} }
/** /**
* Replaces multiple hooks.
*
* Replaces hux_test_foo3(). * Replaces hux_test_foo3().
* Replaces hux_test_foo4(). * Replaces hux_test_foo4().
* *
......
...@@ -33,6 +33,8 @@ final class HuxTestHooks { ...@@ -33,6 +33,8 @@ final class HuxTestHooks {
} }
/** /**
* Implements multiple hooks.
*
* Implements test_hook_multi_listener(). * Implements test_hook_multi_listener().
* Implements test_hook_multi_listener2(). * Implements test_hook_multi_listener2().
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment