dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxCmsEditorPerformance_contract_test.php File Reference

Go to the source code of this file.

Variables

 $base = dirname(__DIR__, 2)
 $source = (string)file_get_contents($base . '/js/lib/cms.js')
 $template = (string)file_get_contents($base . '/modules/dbxContent_admin/tpl/htm/cms-admin.htm')
 $failures = array()
 $assert
 if ( $failures !==array())

Variable Documentation

◆ $assert

$assert
Initial value:
= static function(bool $condition, string $message) use (&$failures): void {
if (!$condition) $failures[] = $message;
}

Definition at line 8 of file dbxCmsEditorPerformance_contract_test.php.

◆ $base

$base = dirname(__DIR__, 2)

Definition at line 3 of file dbxCmsEditorPerformance_contract_test.php.

◆ $failures

$failures = array()

Definition at line 6 of file dbxCmsEditorPerformance_contract_test.php.

◆ $source

◆ $template

$template = (string)file_get_contents($base . '/modules/dbxContent_admin/tpl/htm/cms-admin.htm')

◆ if

if($failures !==array()) ( $failures ! = = array())

Definition at line 70 of file dbxCmsEditorPerformance_contract_test.php.