| /dokuwiki/_test/tests/inc/ |
| H A D | utf8_correctidx.test.php | 10 $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 D | utf8_substr.test.php | 10 $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 D | safefn.test.php | 10 $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 D | io_savefile.test.php | 6 * 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 D | io_readfile.test.php | 6 * 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 D | io_getSizeFile.test.php | 6 * 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 D | cache_use.test.php | 8 * 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 D | utf8_romanize.test.php | 16 $tests = file(dirname(__FILE__).'/utf8_kanaromaji.txt'); 18 foreach($tests as $test){
|
| /dokuwiki/vendor/composer/ |
| H A D | autoload_psr4.php | 9 '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 D | autoload_static.php | 18 '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 D | phpunit.xml | 21 <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 D | DocBlockClassTest.php | 13 * 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 | .gitignore | 5 tests/bootstrap 6 tests/tmp
|
| H A D | composer.json | 29 "LesserPHP\\tests\\": "tests"
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | composer.json | 54 "SimplePie\\Tests\\Fixtures\\": "tests/Fixtures", 55 "SimplePie\\Tests\\Unit\\": "tests/Unit"
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | composer.json | 28 "test": "Run PHPUnit tests" 40 "PHP81_BC\\Tests\\": "tests/"
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.json | 17 "splitbrain\\slika\\tests\\": "tests",
|
| /dokuwiki/_test/conf/ |
| H A D | local.php | 10 $conf['dnslookups'] = 0; //speedup tests 11 $conf['updatecheck'] = 0; //speedup tests
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.json | 8 "splitbrain\\JSStrip\\tests\\": "tests/",
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCallTest.php | 36 // 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 D | editandsavetest.txt | 2 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 D | composer.json | 23 "IXR\\tests\\": "tests/",
|
| /dokuwiki/lib/scripts/ |
| H A D | linkwiz.test.js | 2 * 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 D | deleted.files | 951 _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 D | composer.json | 53 "ParagonIE\\ConstantTime\\Tests\\": "tests/"
|