Go to the source code of this file.
Functions | |
| if(!str_contains( $renderer, "get_system_var('dbx_permalink', '')")||!str_contains( $renderer, "'permalink' => dbx()->esc(")||!str_contains( $renderer, 'public renderNotFound():string')) | if (!str_contains($contentModule, 'return $renderer->renderNotFound();')||str_contains($contentModule, 'show cid=($cid) nicht gefunden')) |
Variables | |
| $moduleRoot = dirname(__DIR__) | |
| $renderer = (string)file_get_contents($moduleRoot . '/include/dbxContentRenderer.class.php') | |
| $contentModule = (string)file_get_contents($moduleRoot . '/include/dbxContent_content.class.php') | |
| foreach (array('', '_en', '_es') as $suffix) | |
| if(!str_contains($renderer, "get_system_var('dbx_permalink', '')")||!str_contains($renderer, "'permalink' => dbx()->esc(")||!str_contains($renderer, 'public renderNotFound():string')) if | ( | ! | str_contains $contentModule, 'return $renderer->renderNotFound();')||str_contains( $contentModule, 'show cid=( $cid) nicht gefunden' | ) |
Definition at line 16 of file dbxContentMissingPermalink_test.php.
References $contentModule, and exit.
| $contentModule = (string)file_get_contents($moduleRoot . '/include/dbxContent_content.class.php') |
Definition at line 7 of file dbxContentMissingPermalink_test.php.
Referenced by if().
| $moduleRoot = dirname(__DIR__) |
Definition at line 5 of file dbxContentMissingPermalink_test.php.
| $renderer = (string)file_get_contents($moduleRoot . '/include/dbxContentRenderer.class.php') |
Definition at line 6 of file dbxContentMissingPermalink_test.php.
| foreach(array('', '_en', '_es') as $suffix) | ( | array('', '_en', '_es') as | $suffix | ) |
Definition at line 22 of file dbxContentMissingPermalink_test.php.