Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/scripts/random-tests-config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# CodeIgniter4 Components Verified for Random Test Execution
# This file lists components that have been verified to pass all tests
# when run in random order (--order-by=random)
#
# Format: One component directory name per line (matching tests/system/<component>/)
# Comments start with #
# Uncomment components as they are verified to work with random execution
#
# Reference: https://github.com/codeigniter4/CodeIgniter4/issues/9968

API
# AutoReview
# Autoloader
# Cache
CLI
# Commands
# Config
# Cookie
# DataCaster
# DataConverter
# Database
# Debug
# Email
# Encryption
# Entity
# Events
# Files
# Filters
# Format
# HTTP
# Helpers
# Honeypot
# HotReloader
# I18n
# Images
# Language
# Log
# Models
# Pager
# Publisher
# RESTful
# Router
# Security
# Session
# Test
# Throttle
# Typography
# Validation
# View
Loading