Skip to content

Commit

Permalink
Test units
Browse files Browse the repository at this point in the history
  • Loading branch information
ggppdk committed Feb 16, 2018
1 parent 40e8a3d commit b456688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/suites/libraries/cms/router/JRouterSiteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,8 @@ public function casesParseSefRoute()
'url' => '?testvar=testvalue',
'mode' => JROUTER_MODE_RAW,
'appConfig' => array(),
'expParseVars' => array('Itemid' => '45', 'option' => 'com_test3', 'view' => 'test3'),
'expObjVars' => array('Itemid' => '45', 'option' => 'com_test3', 'view' => 'test3')
'expParseVars' => array('testvar' => 'testvalue'),
'expObjVars' => array('testvar' => 'testvalue', 'Itemid' => '45', 'option' => 'com_test3', 'view' => 'test3')
),
'abs-raw-path.ext-no_qs-no_sfx' => array(
'url' => '/test/path.json',
Expand Down

0 comments on commit b456688

Please sign in to comment.