Skip to content

Commit 785b1b9

Browse files
committed
Refine testing docs based on review
1 parent ccb0a12 commit 785b1b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/TESTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ This document outlines the testing philosophy and strategy for the AI plugin, ad
2121

2222
**Purpose**: Test pure functions and business logic in isolation, without loading the WordPress environment.
2323

24-
**Status**: The current repository does not include a `tests/Unit/` suite yet. When introducing isolated logic that can be tested without WordPress, add unit tests in a dedicated `tests/Unit/` directory and update the PHPUnit configuration accordingly.
25-
2624
### 2. Integration Tests (WordPress + Plugin Interactions)
2725

2826
**Purpose**: Test interactions between different parts of the plugin, and between the plugin and WordPress core, database, or other plugin components. These tests run within a WordPress test environment.

0 commit comments

Comments
 (0)