Home
last modified time | relevance | path

Searched full:should (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/dokuwiki/inc/Action/Exception/
H A DActionException.php8 * This exception and its subclasses signal that the current action should be
9 * aborted and a different action should be used instead. The new action can
21 /** @var bool should the exception's message be shown to the user? */
30 * @param string|null $newaction the action that should be used next
59 * Should this Exception's message be shown to the user?
H A DActionUserRequiredException.php9 * in but it isn't. You should not use it.
H A DActionAclRequiredException.php9 * enabled but it isn't. You should not use it
/dokuwiki/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php193 $this->assertGreaterThan(0, count($leaves), 'Should have leaf pages');
194 $this->assertGreaterThan(0, count($branches), 'Should have branch pages');
196 // The total should equal all pages
198 'Leaves + branches should equal total pages');
230 io_saveFile($nsDir . '/' . $file, 'This should not appear in the tree');
240 io_saveFile($dirPath . '/start.txt', 'This should not appear in the tree');
255 … $this->assertNotContains($invalidId, $allIds, "Invalid page '$file' should be filtered");
257 $this->assertContains($invalidId, $allIds, "Invalid page '$file' should be kept");
265 … $this->assertNotContains($invalidId, $allIds, "Invalid namespace '$dir' should be filtered");
267 … $this->assertContains($invalidId, $allIds, "Invalid namespace '$dir' should be kept");
[all …]
/dokuwiki/_test/data/pages/
H A Dmailinglist.txt7 First you should subscribe to one or several of the mailing lists presented below. After subscribin…
9 …specially the sections 3.1.1 and 3.1.2. Before you ask any questions you should also have a look a…
11 …spective authors have nothing do to with [[DokuWiki]] and in **no case** should you send email to …
/dokuwiki/_test/tests/Subscriptions/
H A DBulkSubscriptionsSenderTest.php47 // should trigger a mail
58 // should not trigger a mail, because the subscription time has not been reached, yet
65 // we now should get mails for three changes
89 // should trigger a mail
100 // should not trigger a mail, because the subscription time has not been reached, yet
107 // we now should get a single mail for all three changes
/dokuwiki/lib/plugins/testing/
H A Daction.php10 * This plugin doesn't really do anything and should always be disabled
26 msg('The testing plugin is enabled and should be disabled.', -1);
H A Dplugin.info.txt6 desc Used to test the test framework. Should always be disabled.
/dokuwiki/_test/tests/ChangeLog/
H A DPageChangeLogTest.php33 $this->assertNotEquals($editRev, $delRev, 'deletion should get its own revision');
37 'current revision should be the deletion'
42 'the revision before the deletion should be the last edit'
71 $this->assertNotEquals($editRev, $delRev, 'external deletion should get its own revision');
72 …$this->assertEquals(DOKU_CHANGE_TYPE_DELETE, $delInfo['type'], 'current revision should be the del…
77 'the revision before the external deletion should be the last edit'
104 …$this->assertArrayNotHasKey('timestamp', $currentInfo, 'should not be a synthesized external edit'…
105 …$this->assertCount(1, $changelog->getRevisions(-1, 200), 'no external edit entry should be added');
108 …$this->assertEquals($lastRev, filemtime(wikiFN($page)), 'file mtime should be reset to the changel…
232 …$this->assertEquals(DOKU_CHANGE_TYPE_CREATE, $currentInfo['type'], 'should be an external creation…
[all …]
/dokuwiki/_test/tests/Search/
H A DIndexerTest.php26 // page should be in the entity index
46 $this->assertNotEmpty($result, 'delpage should persist in page.idx');
64 …$this->assertEmpty($pageIndex->search('/^old_name$/'), 'old_name should be gone from page.idx afte…
191 $this->assertTrue($indexer->addPage('retadd'), 'addPage should report work done');
194 …$this->assertFalse($indexer->addPage('retadd'), 'addPage should report nothing to do when up to da…
197 … $this->assertTrue($indexer->addPage('retadd', true), 'forced addPage should report work done');
208 …$this->assertFalse($indexer->deletePage('retdel'), 'deletePage should report nothing to do for an …
212 $this->assertTrue($indexer->deletePage('retdel'), 'deletePage should report work done');
215 …$this->assertFalse($indexer->deletePage('retdel'), 'deletePage should report nothing to do once re…
226 …$this->assertFalse($indexer->renamePage('retrename', 'retrename'), 'renamePage should report nothi…
[all …]
H A DIntegrityTest.php42 * A healthy index should not throw
54 * An empty index should not throw
64 * Corrupted fulltext index (token/frequency mismatch) should throw
85 * Corrupted fulltext index (entity/reverse mismatch) should throw
101 * Corrupted title index (entity/token mismatch) should throw
/dokuwiki/conf/
H A Dmysql.conf.php.example55 * should be a table with exact one line containing at least the password
73 /* This statement should return a table with exact one row containing
90 * result should be a table containing all groups the given user is
107 /* This statement should return a table containing all user login names
135 /* This statement should add a user to the database. Minimum information
150 /* This statement should add a group to the database.
157 /* This statement should connect a user to a group (a user become member
168 /* This statement should remove a group fom the database.
176 /* This statement should return the database index of a given user name.
190 /* This statement should remove a user fom the database.
[all …]
H A Dmime.conf3 # file. Mimetypes that should be downloadable and not be opened in the
4 # should be prefixed with a !
59 # You should enable HTML and Text uploads only for restricted Wikis.
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DHtmlDescribable.php10 * Indicates whether the description field should be rendered in HTML.
15 * Indicates whether and to how many characters a description should be truncated.
/dokuwiki/_test/tests/Search/Index/
H A DLockTest.php22 // lock directory should exist
28 // lock directory should be removed
52 // should not throw or error
105 // should succeed by removing the stale lock
125 // releasing after releaseAll should be safe
/dokuwiki/lib/plugins/config/_test/
H A DWriterTest.php26 // before running, no backup should exist
34 // after running, both should exist
37 … $this->assertEquals($old, filesize("$config.bak.php"), 'backup should have size of old file');
/dokuwiki/_test/tests/inc/
H A Dcommon_inlineSVG.test.php6 * embed should succeed with a cleaned up result
21 * embed should fail because of the file size limit
/dokuwiki/_test/tests/Ui/
H A DPageDiffTest.php57 $this->assertEquals($previous, $rev1, 'older side should be the previous revision');
58 $this->assertEquals($current, $rev2, 'newer side should be the current revision');
80 …$this->assertEquals($contentRev, $rev1, 'older side should be the content revision before deletion…
108 …$this->assertEquals($contentRev, $rev1, 'older side should be the content revision before external…
142 'the diff should display the removed content, not an empty diff'
/dokuwiki/_test/tests/Search/Collection/
H A DLookupCollectionTest.php89 * Duplicate tokens should be deduplicated
107 * Updating an entity should remove old tokens and add new ones
123 // logo should be removed from frequency index
129 // reverse index should only have banner and icon
149 * Adding entity without lock should throw exception
160 * Adding empty token list should clear entity from indexes
176 // frequency index should be empty for this token
180 // reverse index should be empty
225 * resolveTokens should deduplicate and assign frequency 1 under group 0
246 * resolveTokens with empty input should return empty array
[all …]
H A DDirectCollectionTest.php30 * Updating an entity should overwrite the previous token
49 * Empty token list should store empty string
63 * getToken should return the stored value
76 * Adding entity without lock should throw exception
167 $index->checkIntegrity(); // should not throw
177 $index->checkIntegrity(); // should not throw
/dokuwiki/inc/Debug/
H A DDebugHelper.php37 * @param string $alternative (optional) The function or method that should be used instead
79 * This marks logs a deprecation warning for a property that should no longer be used
111 * Usually dbgDeprecatedFunction() or dbgDeprecatedProperty() should be used instead.
119 * @param int $callerOffset How many lines should be removed from the beginning of the backtrace
172 $msg .= ' ' . $event->data['alternative'] . ' should be used instead!';
/dokuwiki/_test/tests/test/
H A Dscope.test.php8 * It should be possible to have two test cases within one test class.
32 * two requests within the same test case should be possible
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php8 * Your commandline script should inherit from this class and implement the abstract methods.
31 * Example: Entire website down, database unavailable, etc. This should
56 * Runtime errors that do not require immediate action but should typically
/dokuwiki/vendor/
H A DREADME3 All file within here are manged through composer and should not be
/dokuwiki/bin/
H A Drender.php16 * set up before rendering, but should work for most or even all standard
36 'set up before rendering, but should work for most or even all standard ' .

12345678910>>...23