Class RootFolderTest.  
 More...
◆ getAppRootFolderOrFail()
  
  
      
        
          | ILIAS\App\tests\RootFolderTest::getAppRootFolderOrFail  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ setUp()
  
  
      
        
          | ILIAS\App\tests\RootFolderTest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ $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 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 57 of file RootFolderTest.php.
Referenced by ILIAS\App\tests\RootFolderTest\getAppRootFolderOrFail(), and ILIAS\App\tests\RootFolderTest\setUp().
 
 
◆ ALLOWED_ROOT_FOLDER_FILES
  
  
      
        
          | const ILIAS\App\tests\RootFolderTest::ALLOWED_ROOT_FOLDER_FILES | 
         
       
   | 
  
private   | 
  
 
Initial value:= [
        '.eslintrc.json',
        '.gitignore',
        '.htaccess',
        '.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',
        'README.md',
        'unzip_test_file.zip',
        '.DS_Store',
        '.buildpath',
        '.project'
    ]
 
Definition at line 31 of file RootFolderTest.php.
Referenced by ILIAS\App\tests\RootFolderTest\getAppRootFolderOrFail(), and ILIAS\App\tests\RootFolderTest\setUp().
 
 
The documentation for this class was generated from the following file: