test_format = 1.0 [default] # ------------------------------- # Default args to use for install # ------------------------------- args.with_sftp = "1" args.database = "none" args.phpversion = "8.0" test_upgrade_from.bf5d3ed.name = "Upgrade from 1.0~ynh14" test_upgrade_from.bf5d3ed.args.with_mysql = "0" [80_test] only = ["install.subdir", "backup_restore", "upgrade" ] args.phpversion = "8.0" [none_test] only = ["install.subdir", "backup_restore", "upgrade" ] args.phpversion = "none" [mysql_test] only = ["install.subdir", "backup_restore", "upgrade", "upgrade.bf5d3ed" ] args.database = "mysql" test_upgrade_from.bf5d3ed.name = "Upgrade from 1.0~ynh14" test_upgrade_from.bf5d3ed.args.with_mysql = "1" [postgresql_test] only = ["install.subdir", "backup_restore", "upgrade" ] args.database = "postgresql"