Definition at line 25 of file RootFolderTest.php.
◆ getAppRootFolderOrFail()
ILIAS\App\tests\RootFolderTest::getAppRootFolderOrFail |
( |
| ) |
|
|
private |
◆ setUp()
ILIAS\App\tests\RootFolderTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 77 of file RootFolderTest.php.
80 self::ALLOWED_ROOT_FOLDER_DIRS,
81 explode(
",", (
string) getenv(
'ALLOWED_ROOT_FOLDER_DIRS'))
84 self::ALLOWED_ROOT_FOLDER_FILES,
85 explode(
",", (
string) getenv(
'ALLOWED_ROOT_FOLDER_FILES'))
const array ALLOWED_ROOT_FOLDER_FILES
const array ALLOWED_ROOT_FOLDER_DIRS
◆ $ALLOWED_ROOT_FOLDER_DIRS
array ILIAS\App\tests\RootFolderTest::$ALLOWED_ROOT_FOLDER_DIRS = [] |
|
protected |
◆ $ALLOWED_ROOT_FOLDER_FILES
array ILIAS\App\tests\RootFolderTest::$ALLOWED_ROOT_FOLDER_FILES = [] |
|
protected |
◆ ALLOWED_ROOT_FOLDER_DIRS
const array ILIAS\App\tests\RootFolderTest::ALLOWED_ROOT_FOLDER_DIRS |
|
private |
Initial value:= [
'.git',
'.github',
'.idea',
'artifacts',
'cli',
'components',
'docs',
'extern',
'lang',
'node_modules',
'public',
'scripts',
'templates',
'vendor',
'.settings'
]
Definition at line 56 of file RootFolderTest.php.
◆ ALLOWED_ROOT_FOLDER_FILES
const array ILIAS\App\tests\RootFolderTest::ALLOWED_ROOT_FOLDER_FILES |
|
private |
Initial value:= [
'.babelrc.json',
'.eslintrc.json',
'.gitignore',
'.htaccess',
'.mocharc.json',
'.phpunit.result.cache',
'captainhook.local.json',
'phpstan.local.neon',
'phpstan-baseline.neon',
'.php_cs.cache',
'.php-cs-fixer.cache',
'captainhook.json',
'composer.json',
'composer_new.json',
'composer.lock',
'ilias.ini.php',
'ilias_version.php',
'LICENSE',
'package-lock.json',
'package.json',
'package_new.json',
'README.md',
'unzip_test_file.zip',
'.DS_Store',
'.buildpath',
'.project'
]
Definition at line 27 of file RootFolderTest.php.
The documentation for this class was generated from the following file: