Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/lib/scripts/
H A Dlinkwiz.test.js14 { ref: 'a:b:c', id: 'a:b:d', expected: 'd' }, property
15 { ref: 'a:b:c', id: 'a:b:c:d:e', expected: '.:c:d:e' }, property
16 { ref: 'a:b:c', id: 'a:b:c:d:e', expected: '.:c:d:e' }, property
17 { ref: 'a', id: 'a:b:c', expected: 'a:b:c' }, property
18 { ref: 'a:b', id: 'c:d', expected: 'c:d' }, property
19 { ref: 'a:b:c', id: 'a:d:e', expected: '..:d:e' }, property
20 { ref: 'a:b:c:d', id: 'a:d:e', expected: '..:..:d:e' }, property
21 { ref: 'a:b', id: 'c', expected: ':c' }, property
24 testCases.forEach(({ ref, id, expected }, index) => { property
/dokuwiki/_test/tests/inc/
H A Dpageutils_nons.test.php8 public function test_noNS($input, $expected)
29 public function test_noNSorNS($input, $expected)
H A DIpTest.php94 public function test_ip_in_range(string $ip, string $range, bool $expected): void
139 public function test_ip_matches(string $ip, string $ipOrRange, bool $expected): void
202 public function test_proxy_is_trusted($config, string $ip, bool $expected): void
287 …public function test_forwarded_for($config, string $header, string $remoteAddr, array $expected): …
363 …st_is_ssl($config, string $remoteAddr, string $https, string $forwardedProto, bool $expected): void
422 …g $remoteAddr, string $forwardedHost, string $httpHost, string $serverName, string $expected): void
H A Dutf8_strtolower.test.php29 public function testGivens($input, $expected)
H A Dcommon_clientip.test.php95 …dr, bool $useRealIp, string $realIp, string $forwardedFor, bool $single, string $expected) : void {
131 …dr, bool $useRealIp, string $realIp, string $forwardedFor, bool $single, string $expected) : void {
H A Dutf8_stripspecials.test.php33 function testGivens($string, $replacement, $additional, $expected)
H A Dpageutils_clean_id.test.php119 function testCleanId($input, $expected, $ascii, $sepchar, $deaccent, $useslash)
H A Dmedia_searchlist.test.php96 public function testSearch($query, $expected)
H A Dlang.php234 public function testParsePlaceholders($input, $expected)
/dokuwiki/_test/tests/File/
H A DPageResolverTest.php97 public function testResolveID($context, $id, $expected)
184 public function testResolveRelatives($input, $expected)
/dokuwiki/_test/tests/
H A DInfoTest.php53 public function testParseVersionString($version, $expected)
/dokuwiki/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php150 …lic function testPageTreeConfigurations(string $namespace, int $depth, int $flags, array $expected)
170 public function testTopLevelTree(string $namespace, int $depth, int $flags, array $expected)
H A DControlPageBuilderTest.php112 public function testComplexParsing(int $flags, array $expected)
/dokuwiki/lib/plugins/extension/_test/
H A DInstallerTest.php54 public function testFindExtensions($dir, $expected)
/dokuwiki/lib/plugins/authplain/_test/
H A Descaping.test.php132 public function testCleaning($input, $expected)
/dokuwiki/_test/tests/Action/
H A DActionTest.php76 public function testMinimumPermissions($name, $expected, $info)
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DTypeTest.php92 public function testSubType($typehint, $expected, $context = '')
/dokuwiki/inc/
H A DLogger.php25 protected $expected = []; variable in dokuwiki\\Logger
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php60 protected function assertEqualResult($expected, $actual, $msg = '')