Home
last modified time | relevance | path

Searched refs:themesuitewithallfeatures (Results 1 – 9 of 9) sorted by relevance

/dports/www/moodle310/moodle/lib/behat/classes/
H A Dbehat_config_manager.php78 …* @param bool $themesuitewithallfeatures if only theme specific features need to be included in…
84 $themesuitewithallfeatures = false, $parallelruns = 0, $run = 0) { argument
97 $behatconfigutil->set_theme_suite_to_include_core_features($themesuitewithallfeatures);
H A Dbehat_config_util.php71 private $themesuitewithallfeatures = array(); variable in behat_config_util
103 $this->themesuitewithallfeatures = self::ALL_THEMES_TO_RUN;
105 $this->themesuitewithallfeatures = explode(',', $themetoset);
106 … $this->themesuitewithallfeatures = array_map('trim', $this->themesuitewithallfeatures);
1201 …if ((is_string($this->themesuitewithallfeatures) && ($this->themesuitewithallfeatures === self::AL…
1202 … in_array($theme, $this->themesuitewithallfeatures) || ($this->get_default_theme() === $theme)) {
H A Dutil.php273 * @param bool $themesuitewithallfeatures List themes to include core features.
280 …public static function start_test_mode($themesuitewithallfeatures = false, $tags = '', $parallelru… argument
295 …behat_config_manager::update_config_file('', true, $tags, $themesuitewithallfeatures, $parallelrun…
/dports/www/moodle39/moodle/lib/behat/classes/
H A Dbehat_config_manager.php78 …* @param bool $themesuitewithallfeatures if only theme specific features need to be included in…
84 $themesuitewithallfeatures = false, $parallelruns = 0, $run = 0) { argument
97 $behatconfigutil->set_theme_suite_to_include_core_features($themesuitewithallfeatures);
H A Dbehat_config_util.php71 private $themesuitewithallfeatures = array(); variable in behat_config_util
103 $this->themesuitewithallfeatures = self::ALL_THEMES_TO_RUN;
105 $this->themesuitewithallfeatures = explode(',', $themetoset);
106 … $this->themesuitewithallfeatures = array_map('trim', $this->themesuitewithallfeatures);
1201 …if ((is_string($this->themesuitewithallfeatures) && ($this->themesuitewithallfeatures === self::AL…
1202 … in_array($theme, $this->themesuitewithallfeatures) || ($this->get_default_theme() === $theme)) {
H A Dutil.php273 * @param bool $themesuitewithallfeatures List themes to include core features.
280 …public static function start_test_mode($themesuitewithallfeatures = false, $tags = '', $parallelru… argument
296 …behat_config_manager::update_config_file('', true, $tags, $themesuitewithallfeatures, $parallelrun…
/dports/www/moodle311/moodle/lib/behat/classes/
H A Dbehat_config_manager.php78 …* @param bool $themesuitewithallfeatures if only theme specific features need to be included in…
84 $themesuitewithallfeatures = false, $parallelruns = 0, $run = 0) { argument
97 $behatconfigutil->set_theme_suite_to_include_core_features($themesuitewithallfeatures);
H A Dbehat_config_util.php71 private $themesuitewithallfeatures = array(); variable in behat_config_util
103 $this->themesuitewithallfeatures = self::ALL_THEMES_TO_RUN;
105 $this->themesuitewithallfeatures = explode(',', $themetoset);
106 … $this->themesuitewithallfeatures = array_map('trim', $this->themesuitewithallfeatures);
1201 …if ((is_string($this->themesuitewithallfeatures) && ($this->themesuitewithallfeatures === self::AL…
1202 … in_array($theme, $this->themesuitewithallfeatures) || ($this->get_default_theme() === $theme)) {
H A Dutil.php273 * @param bool $themesuitewithallfeatures List themes to include core features.
280 …public static function start_test_mode($themesuitewithallfeatures = false, $tags = '', $parallelru… argument
295 …behat_config_manager::update_config_file('', true, $tags, $themesuitewithallfeatures, $parallelrun…