Skip to content

Commit 6fd3779

Browse files
committed
docs: Add SQL Server-specific configuration details to test class documentation.
1 parent a8a7742 commit 6fd3779

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

tests/mssql/ExceptionHandlingTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Key features.
2222
* - Ensures error handling consistency for unsupported operations on SQL Server.
2323
* - Full coverage for invalid append, insert, delete, and makeRoot operations.
24+
* - SQL Server-specific configuration for database connection and credentials.
2425
* - Support for both single-tree and multi-tree models.
2526
* - Tests for exception messages and types in various edge cases.
2627
*

tests/mssql/ExtensibilityTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*
2020
* Key features.
2121
* - Ensures protected methods are accessible for subclass extension.
22+
* - SQL Server-specific configuration for database connection and credentials.
2223
* - Supports both single-tree and multi-tree model scenarios.
2324
* - Tests before-insert and move operations for extensibility.
2425
* - Validates extensibility for root and non-root node operations.

tests/mssql/NodeAppendTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* - Cross-tree append operations for multi-tree models.
2525
* - Ensures correct left, right, depth, and tree attribute updates for SQL Server.
2626
* - Root promotion and attribute refresh verification.
27+
* - SQL Server-specific configuration for database connection and credentials.
2728
* - Validation of strict and non-strict append operations.
2829
* - XML dataset matching after structural changes.
2930
*

tests/mssql/NodeInsertTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* - Covers both {@see Tree} and {@see MultipleTree} model scenarios.
2424
* - Edge case handling for strict validation and cross-tree insertions.
2525
* - Ensures correct left, right, depth, and tree attribute updates for SQL Server.
26+
* - SQL Server-specific configuration for database connection and credentials.
2627
* - Validation of strict and non-strict insert operations.
2728
* - XML dataset matching after structural changes.
2829
*

tests/mssql/NodePrependTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Key features.
2222
* - Covers both {@see Tree} and {@see MultipleTree} model scenarios.
2323
* - Ensures correct left, right, depth, and tree attribute updates after prepend operations for SQL Server.
24+
* - SQL Server-specific configuration for database connection and credentials.
2425
* - Tests for prepending new and existing nodes, including cross-tree operations.
2526
* - Validation of strict and non-strict prepend operations.
2627
* - XML dataset matching after structural changes.

tests/mssql/NodeStateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Key features.
2222
* - Coverage for both {@see Tree} and {@see MultipleTree} model implementations.
2323
* - Ensures correct behavior for left/right value manipulations and ancestor checks.
24+
* - SQL Server-specific configuration for database connection and credentials.
2425
* - Tests for `isChildOf()` under different ancestor and boundary scenarios.
2526
* - Validation of `isRoot()` and `isLeaf()` logic for root, leaf, and intermediate nodes.
2627
*

tests/mssql/TreeTraversalTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Key features.
2222
* - Covers both {@see Tree} and {@see MultipleTree} model scenarios.
2323
* - Ensures correct node ordering and deterministic traversal for children, leaves, and parents.
24+
* - SQL Server-specific configuration for database connection and credentials.
2425
* - Tests for order-by enforcement and depth constraints in traversal queries.
2526
* - Validation of structure updates and relationship methods on SQL Server.
2627
*

tests/mssql/ValidationAndStructureTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*
2222
* Key features.
2323
* - Ensures correct attribute assignment when appending children to root nodes.
24+
* - SQL Server-specific configuration for database connection and credentials.
2425
* - Tests strict validation logic for root node creation with and without validation enforcement.
2526
* - Validates direct invocation of behavior hooks for node attribute initialization.
2627
* - Verifies left, right, and depth attribute values after root and child node operations.

0 commit comments

Comments
 (0)