Extends
lithium\test\UnitSource
public static function match($url) {
if ($url == array('controller' => 'foo_bar', 'action' => 'index')) {
return '/foo_bar';
}
}
public static function match($url) {
if ($url == array('controller' => 'foo_bar', 'action' => 'index')) {
return '/foo_bar';
}
}