19 declare(strict_types=1);
38 $DIC[$name] =
static function (
Container $c) use ($value) {
43 protected function setUp(): void
47 if (!defined(
"ILIAS_LOG_ENABLED")) {
48 define(
"ILIAS_LOG_ENABLED",
false);
53 $db_mock = $this->createMock(ilDBInterface::class);
89 foreach ($input_expected as $ie) {
124 foreach ($input_expected as $ie) {
150 foreach ($input_expected as $ie) {
162 $xml =
"<Foo>[[bar]]</Foo>";
166 $r[0][
"nt"]->mTextform
176 $xml =
"<Foo>[[bar]]</Foo><Par>[[bar1]] some text [[bar2]]</Par>";
180 $r[0][
"nt"]->mTextform
184 $r[1][
"nt"]->mTextform
188 $r[2][
"nt"]->mTextform
194 $xml =
"<Foo>[[bar]]</Foo><Par>[[bar1]] some text [[bar]]</Par>";
198 $r[0][
"nt"]->mTextform
202 $r[1][
"nt"]->mTextform
206 $r[2][
"nt"]->mTextform
212 $xml =
"<Foo>[[bar|some text]]</Foo>";
216 $r[0][
"nt"]->mTextform
226 $xml =
"<Foo>lore [[bar|some text]] ipsum</Foo><Par>More [[second link|some text for second]]</Par>";
230 $r[0][
"nt"]->mTextform
238 $r[1][
"nt"]->mTextform
241 "some text for second",
258 $xml =
"<Foo>[[bar]]</Foo>";
268 $xml =
"<Foo>[[bar]]</Foo><Par>[[bar1]] some text [[bar]]</Par>";
278 $xml =
"<Foo>lore [[bar|some text]] ipsum</Foo><Par>More [[second link|some text for second]]</Par>";
281 [
"bar",
"second link"],
297 $xml =
"<Foo>Some text without a link</Par>";
testProcessInternalLinksCollectMultipleSame()
testProcessInternalLinksExtCollectMultipleSame()
testProcessInternalLinksCollectOneSimple()
processInternalLinksCollect(string $xml)
processInternalLinksExtCollect(string $xml)
processInternalLinksReplace(string $xml)
setGlobalVariable(string $name, $value)
testProcessInternalLinksExtCollectMultiText()
testProcessInternalLinksExtCollectMultipleSimple()
testProcessInternalLinksExtCollectOneSimple()
Customizing of pimple-DIC for ILIAS.
static replaceInternalLinks(string $s, int $a_wiki_id, bool $a_offline=false, string $lang="-")
This one is based on Mediawiki Parser->replaceInternalLinks since we display images in another way...
const IL_WIKI_MODE_COLLECT
static collectInternalLinks(string $s, int $a_wiki_id, bool $a_collect_non_ex=false, string $mode=IL_WIKI_MODE_COLLECT)
Collect internal wiki links of a string.
testProcessInternalLinksExtCollect()
testProcessInternalLinksReplaceWithoutLink()
testProcessInternalLinksCollectMultiText()
static makeUrlTitle(string $a_par)
static makeDbTitle(string $a_par)
const IL_WIKI_MODE_EXT_COLLECT
testProcessInternalLinksExtCollectOneText()