X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsimpletest%2Fsrc%2FForm%2FSimpletestTestForm.php;h=69f31e4572eb8c394ef378370f0cb563c3e6ebc9;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=0b704f90c54310afed47bde78ddef7c924995d38;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/simpletest/src/Form/SimpletestTestForm.php b/web/core/modules/simpletest/src/Form/SimpletestTestForm.php index 0b704f90c..69f31e457 100644 --- a/web/core/modules/simpletest/src/Form/SimpletestTestForm.php +++ b/web/core/modules/simpletest/src/Form/SimpletestTestForm.php @@ -110,6 +110,10 @@ class SimpletestTestForm extends FormBase { ]; $form['tests'] = [ + '#cache' => [ + 'keys' => ['simpletest_ui_table'], + 'contexts' => ['test_discovery'], + ], '#type' => 'table', '#id' => 'simpletest-form-table', '#tableselect' => TRUE,