Skip to content

Commit a37cdf3

Browse files
authored
feat: Add random test execution verification system (#10015)
* feat: Add random test execution verification system * Add local instructions in `tests/README.md`
1 parent 8483403 commit a37cdf3

File tree

4 files changed

+1204
-0
lines changed

4 files changed

+1204
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# CodeIgniter4 Components Verified for Random Test Execution
2+
# This file lists components that have been verified to pass all tests
3+
# when run in random order (--order-by=random)
4+
#
5+
# Format: One component directory name per line (matching tests/system/<component>/)
6+
# Comments start with #
7+
# Uncomment components as they are verified to work with random execution
8+
#
9+
# Reference: https://github.com/codeigniter4/CodeIgniter4/issues/9968
10+
11+
API
12+
# AutoReview
13+
# Autoloader
14+
# Cache
15+
CLI
16+
# Commands
17+
# Config
18+
# Cookie
19+
# DataCaster
20+
# DataConverter
21+
# Database
22+
# Debug
23+
# Email
24+
# Encryption
25+
# Entity
26+
# Events
27+
# Files
28+
# Filters
29+
# Format
30+
# HTTP
31+
# Helpers
32+
# Honeypot
33+
# HotReloader
34+
# I18n
35+
# Images
36+
# Language
37+
# Log
38+
# Models
39+
# Pager
40+
# Publisher
41+
# RESTful
42+
# Router
43+
# Security
44+
# Session
45+
# Test
46+
# Throttle
47+
# Typography
48+
# Validation
49+
# View

0 commit comments

Comments
 (0)