Source

						public function testApplyRulesWithNamespacedController() {
		$params = array('controller' => 'li3_test\\Test', 'action' => 'test');
		$expected = array('controller' => 'li3_test\\Test', 'action' => 'test');
		$this->assertEqual($expected, Dispatcher::applyRules($params));
	}