forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandom-tests-config.txt
More file actions
49 lines (48 loc) · 817 Bytes
/
random-tests-config.txt
File metadata and controls
49 lines (48 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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