Home
last modified time | relevance | path

Searched full:tests (Results 1 – 25 of 126) sorted by relevance

123456

/dokuwiki/_test/tests/inc/
H A Dutf8_correctidx.test.php10 $tests = array();
13 $tests[] = array('aaживπά우리をあöä',0,false,0);
14 $tests[] = array('aaживπά우리をあöä',1,false,1);
15 $tests[] = array('aaживπά우리をあöä',1,true,1);
17 foreach($tests as $test){
24 $tests = array();
27 $tests[] = array('aaживπά우리をあöä',2,false,2);
28 $tests[] = array('aaживπά우리をあöä',3,false,2);
29 $tests[] = array('aaживπά우리をあöä',4,false,4);
31 $tests[] = array('aaживπά우리をあöä',2,true,2);
[all …]
H A Dutf8_substr.test.php10 $tests = array();
11 $tests[] = array('asciistring',2,null,'ciistring');
12 $tests[] = array('asciistring',2,4,'ciis');
13 $tests[] = array('asciistring',-4,null,'ring');
14 $tests[] = array('asciistring',2,-4,'ciist');
15 $tests[] = array('asciistring',-6,-2,'stri');
17 $tests[] = array('живπά우리をあöä',2,null,'вπά우리をあöä');
18 $tests[] = array('живπά우리をあöä',2,4,'вπά우');
19 $tests[] = array('живπά우리をあöä',-4,null,'をあöä');
20 $tests[] = array('живπά우리をあöä',2,-4,'вπά우리');
[all …]
H A Dsafefn.test.php10 $tests = array();
11 $tests[] = array('äa.txt', '%5g]a.txt');
12 $tests[] = array('ä.', '%5g].');
13 $tests[] = array('asciistring','asciistring');
14 $tests[] = array('ascii-_/.string','ascii-_/.string');
15 $tests[] = array('AName','%x%1a]ame');
16 $tests[] = array('A Name','%x%0%1a]ame');
17 $tests[] = array('Another...Name','%x]nother...%1a]ame');
18 $tests[] = array('Aß∂ƒName','%x%5b%6oy%aa%1a]ame');
19 $tests[] = array('A%ß-∂_.ƒName','%x%%5b]-%6oy]_.%aa%1a]ame');
[all …]
H A Dio_savefile.test.php6 * dependency for tests needing zlib extension to pass
10 $this->markTestSkipped('skipping all zlib tests. Need zlib extension');
17 * dependency for tests needing zlib extension to pass
21 $this->markTestSkipped('skipping all bzip2 tests. Need bz2 extension');
H A Dio_readfile.test.php6 * dependency for tests needing zlib extension to pass
10 $this->markTestSkipped('skipping all zlib tests. Need zlib extension');
17 * dependency for tests needing zlib extension to pass
21 $this->markTestSkipped('skipping all bzip2 tests. Need bz2 extension');
H A Dio_getSizeFile.test.php6 * dependency for tests needing zlib extension to pass
10 $this->markTestSkipped('skipping all zlib tests. Need zlib extension');
16 * dependency for tests needing zlib extension to pass
20 $this->markTestSkipped('skipping all bzip2 tests. Need bz2 extension');
H A Dcache_use.test.php8 * Tests if caching can actually be used
10 * @todo tests marked as flaky until Ticket #694 has been fixed
36 * In all the following tests the cache should not be usable
H A Dutf8_romanize.test.php16 $tests = file(dirname(__FILE__).'/utf8_kanaromaji.txt');
18 foreach($tests as $test){
/dokuwiki/vendor/composer/
H A Dautoload_psr4.php9 'splitbrain\\slika\\tests\\' => array($vendorDir . '/splitbrain/slika/tests'),
13 'splitbrain\\JSStrip\\tests\\' => array($vendorDir . '/splitbrain/php-jsstrip/tests'),
19 'LesserPHP\\tests\\' => array($vendorDir . '/splitbrain/lesserphp/tests'),
21 'IXR\\tests\\' => array($vendorDir . '/kissifrot/php-ixr/tests'),
H A Dautoload_static.php18 'splitbrain\\slika\\tests\\' => 23,
22 'splitbrain\\JSStrip\\tests\\' => 25,
40 'LesserPHP\\tests\\' => 16,
45 'IXR\\tests\\' => 10,
51 'splitbrain\\slika\\tests\\' =>
53 0 => __DIR__ . '/..' . '/splitbrain/slika/tests',
67 'splitbrain\\JSStrip\\tests\\' =>
69 0 => __DIR__ . '/..' . '/splitbrain/php-jsstrip/tests',
91 'LesserPHP\\tests\\' =>
93 0 => __DIR__ . '/..' . '/splitbrain/lesserphp/tests',
[all …]
/dokuwiki/_test/
H A Dphpunit.xml21 <testsuite name="DokuWiki Tests">
22 <directory suffix=".test.php">tests/</directory>
23 <directory suffix="Test.php">tests/</directory>
25 <testsuite name="Plugin Tests">
29 <testsuite name="Template Tests">
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DDocBlockClassTest.php13 * This test class is also used in the tests itself
23 * Also tests property and method access
25 * @return void Tests don't return anything
33 $this->assertStringContainsString('used in the tests itself', $doc->getDescription());
48 $this->assertEquals('Tests don\'t return anything', $methodReturn['description']);
/dokuwiki/vendor/splitbrain/lesserphp/
H A D.gitignore5 tests/bootstrap
6 tests/tmp
H A Dcomposer.json29 "LesserPHP\\tests\\": "tests"
/dokuwiki/vendor/simplepie/simplepie/
H A Dcomposer.json54 "SimplePie\\Tests\\Fixtures\\": "tests/Fixtures",
55 "SimplePie\\Tests\\Unit\\": "tests/Unit"
/dokuwiki/vendor/php81_bc/strftime/
H A Dcomposer.json28 "test": "Run PHPUnit tests"
40 "PHP81_BC\\Tests\\": "tests/"
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.json17 "splitbrain\\slika\\tests\\": "tests",
/dokuwiki/_test/conf/
H A Dlocal.php10 $conf['dnslookups'] = 0; //speedup tests
11 $conf['updatecheck'] = 0; //speedup tests
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.json8 "splitbrain\\JSStrip\\tests\\": "tests/",
/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php36 // basic doc block tests. More tests are done in the docblock parser class tests
58 // basic doc block tests. More tests are done in the docblock parser class tests
/dokuwiki/_test/data/pages/int/
H A Deditandsavetest.txt2 This page is required for the tests in **_tests/test/test/edit_and_save.test.php**. Do not edit thi…
16 It is essential for the tests that there are two headlines with the title **Headline2**!
/dokuwiki/vendor/kissifrot/php-ixr/
H A Dcomposer.json23 "IXR\\tests\\": "tests/",
/dokuwiki/lib/scripts/
H A Dlinkwiz.test.js2 * Tests for the LinkWizard class
4 … This is a simple self-contained test suite until we introduce a proper way to run JavaScript tests
34 // Run the tests
/dokuwiki/data/
H A Ddeleted.files951 _test/tests/inc/form/checkableelement.test.php
952 _test/tests/inc/pageutils_resolve_id.test.php
955 _test/tests/lib/exe/js_js_compress.test.php
956 _test/tests/lib/exe/js_js_compress/test-CommentInDoubleQuotes1-in.js
957 _test/tests/lib/exe/js_js_compress/test-CommentInDoubleQuotes1-out.js
958 _test/tests/lib/exe/js_js_compress/test-CommentInDoubleQuotes2-in.js
959 _test/tests/lib/exe/js_js_compress/test-CommentInDoubleQuotes2-out.js
960 _test/tests/lib/exe/js_js_compress/test-CommentInSingleQuotes1-in.js
961 _test/tests/lib/exe/js_js_compress/test-CommentInSingleQuotes1-out.js
962 _test/tests/lib/exe/js_js_compress/test-CommentInSingleQuotes2-in.js
[all …]
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A Dcomposer.json53 "ParagonIE\\ConstantTime\\Tests\\": "tests/"

123456