Skip to content

Commit f3bc5db

Browse files
committed
test: fix dynamic value store test ordering for PHP 7.4
Depend on test_dynamic_value_render_in_html_content instead of test_dynamic_value_category_registration so test-value-html is registered before the store strips-tokens test runs.
1 parent 9a4d447 commit f3bc5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/cases/dynamics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function test_dynamic_value_render_in_html_content() {
327327
}
328328

329329
/**
330-
* @depends test_dynamic_value_category_registration
330+
* @depends test_dynamic_value_render_in_html_content
331331
*/
332332
function test_dynamic_value_store_strips_tokens_for_wysiwyg() {
333333

0 commit comments

Comments
 (0)