From c41a0460dc98e1b7165620f2be6b47d2145fb8b6 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 1 Apr 2019 11:37:41 -0700 Subject: [PATCH] Theme check - Extra test to fix added. --- tests/unit/e_themeTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/unit/e_themeTest.php b/tests/unit/e_themeTest.php index f4517885a..24653470a 100644 --- a/tests/unit/e_themeTest.php +++ b/tests/unit/e_themeTest.php @@ -91,6 +91,11 @@ 3 => '/user/settings?', 4 => 'script.php$', ), + 'script_match' => + array( + 0 => 'myplugin/index.php$', // <-- $ = script name match + + ), ); $defaultLayout = "jumbotron_sidebar_right"; @@ -117,6 +122,7 @@ 17 => array('url' => SITEURL."/user/settings?id=1", 'script' => 'usersettings.php', 'expected' => 'other_layout'), 18 => array('url' => SITEURL."/user/Tijn", 'script' => 'user.php', 'expected' => 'jumbotron_sidebar_right'), 19 => array('url' => SITEURL."user.php?id.1", 'script' => 'user.php', 'expected' => 'jumbotron_sidebar_right'), + 20 => array('url' => SITEURL."pluginpage/", 'script' => 'e107_plugins/myplugin/index.php', 'expected' => 'script_match'), ); @@ -130,6 +136,8 @@ } + // print_r($_SERVER); + } /* public function testClearCache()