Skip to content

Commit b7ba007

Browse files
committed
TESTS - Add files with the files, symlinks and folder to check
1 parent d72c59c commit b7ba007

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

tests/required_files.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Required files after Aljibe installation
2+
# Format: file_path # comment explaining why it is required (DO NOT use single quotes "'")
3+
4+
grumphp.yml # GrumPHP configuration for code quality checks on git commits
5+
phpstan.neon # PHPStan static analysis configuration
6+
phpunit.xml # PHPUnit testing framework configuration
7+
composer.json # Composer dependency management and project metadata
8+
composer.lock # Composer lock file for consistent dependency versions
9+
drush/drush.yml # Drush configuration file for command-line Drupal management

tests/required_folders.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Required folders after Aljibe installation
2+
# Format: folder_path # comment explaining why it is required (DO NOT use single quotes "'")
3+
4+
backups # Storage for manual backups
5+
config # Drupal configuration files
6+
config/default # Default Drupal configuration sync directory
7+
config/envs # Environment-specific configuration overrides
8+
config/envs/local # Local environment configuration overrides
9+
drush # Drush commands and configuration
10+
drush/Commands # Custom Drush commands
11+
drush/sites # Drush site aliases
12+
patches # Composer patches for dependencies
13+
private-files # Drupal private files placed out of docroot
14+
recipes # Drupal recipes specific for this project
15+
scripts # Projects scripts and automation tools
16+
tests # Automated tests
17+
web # Drupal web root (docroot)
18+
web/core # Drupal core files
19+
web/modules/custom # Custom Drupal modules
20+
web/themes/custom # Custom Drupal themes
21+
web/sites/default # Default Drupal site files

tests/required_symlinks.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Required symlinks after Aljibe installation
2+
# Format: symlink_path # comment explaining why it is required (DO NOT use single quotes "'")
3+
4+
docroot # Symlink to Drupal web root for compatibility with tools and setups that expect docroot
5+
public_html # Symlink to Drupal web root for hosting environments

0 commit comments

Comments
 (0)