Go to the source code of this file.
Variables | |
| $fail | |
| $expectedOrder = array('hell', 'gelb', 'rot', 'gruen', 'blau', 'dunkel') | |
| if(dbx() ->get_skin_css() !=='dbx/design/steal/css/skin-gelb.css') | $menuSource = file_get_contents(dirname(__DIR__, 2) . '/modules/dbxMenu/dbxMenu.class.php') |
| $menuTemplate = file_get_contents(dirname(__DIR__, 2) . '/modules/dbxMenu/tpl/htm/dbx-top-main.htm') | |
| $utilitiesSource = file_get_contents(dirname(__DIR__, 2) . '/js/lib/utilities.js') | |
| if(!is_string($menuSource)||strpos($menuSource, 'render_design_skin_menu')===false||strpos($menuSource, 'get_design_skin_ids')===false||strpos($menuSource, "'dbx_design' => \$design")===false||strpos($menuSource, "'dbx_color' =>")===false) if(!is_string( $menuTemplate)||strpos( $menuTemplate, '{design_skin_menu}')===false||strpos( $menuTemplate, '{design_menu}') !==false||strpos( $menuTemplate, '{skin_menu}') !==false) | if (!is_string( $utilitiesSource)||strpos( $utilitiesSource, 'DESIGN_SKINS') !==false||strpos( $utilitiesSource, 'ALL_SKINS') !==false||strpos( $utilitiesSource, 'dbx-design-skin-opt[data-design][data-skin]')===false||strpos( $utilitiesSource, 'skinStoreKey()')===false) |
| $expectedOrder = array('hell', 'gelb', 'rot', 'gruen', 'blau', 'dunkel') |
Definition at line 11 of file dbxDesignSkins_test.php.
| $fail |
Definition at line 6 of file dbxDesignSkins_test.php.
| if (dbx() ->get_skin_css() !=='dbx/design/steal/css/skin-gelb.css') $menuSource = file_get_contents(dirname(__DIR__, 2) . '/modules/dbxMenu/dbxMenu.class.php') |
Definition at line 34 of file dbxDesignSkins_test.php.
| $menuTemplate = file_get_contents(dirname(__DIR__, 2) . '/modules/dbxMenu/tpl/htm/dbx-top-main.htm') |
Definition at line 35 of file dbxDesignSkins_test.php.
| $utilitiesSource = file_get_contents(dirname(__DIR__, 2) . '/js/lib/utilities.js') |
Definition at line 36 of file dbxDesignSkins_test.php.
| if(!is_string( $menuSource)||strpos( $menuSource, 'render_design_skin_menu')===false||strpos( $menuSource, 'get_design_skin_ids')===false||strpos( $menuSource, "'dbx_design' => \$design")===false||strpos( $menuSource, "'dbx_color' =>")===false) if(!is_string($menuTemplate)||strpos($menuTemplate, '{design_skin_menu}')===false||strpos($menuTemplate, '{design_menu}') !==false||strpos($menuTemplate, '{skin_menu}') !==false) if(!is_string($utilitiesSource)||strpos($utilitiesSource, 'DESIGN_SKINS') !==false||strpos($utilitiesSource, 'ALL_SKINS') !==false||strpos($utilitiesSource, 'dbx-design-skin-opt[data-design][data-skin]')===false||strpos($utilitiesSource, 'skinStoreKey()')===false) | ( | !is_string($utilitiesSource)||strpos($utilitiesSource, 'DESIGN_SKINS') ! | = = false || strpos($utilitiesSource, 'ALL_SKINS') !== false || strpos($utilitiesSource, 'dbx-design-skin-opt[data-design][data-skin]') === false || strpos($utilitiesSource, 'skinStoreKey()') === false | ) |
Definition at line 50 of file dbxDesignSkins_test.php.