File test/run/Classes/Router.php

class Lia\Test\Src\Router

Constants

Properties

Methods

  • public function testOptionalParamater()
  • public function testGetRoute()
  • public function testUrlToTestReg()
  • public function testParsePatterns()
  • public function testPatternAndParamatersToUrl()
  • public function testExtractUrlParamaters()
  • public function testDecodePatternWithOptionalParamaters()
  • public function testUrlToRegex() Example of $router->url_to_regex()
  • public function testDecodePattern() Example of $router->decode_pattern()
  • public function testDecodedPatternToUrl() Example of $router->decoded_pattern_to_url(). @see(testParsePatternExample) to see what the $decoded array looks like