File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed
Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22
33## 0.3.1 Under development
44
5+ - Bug #14 : Update descriptions in stub classes to clarify purpose (@terabytesoftw )
6+
57## 0.3.0 January 19, 2026
68
79- Enh #13 : Refactor codebase to improve performance (@terabytesoftw )
Original file line number Diff line number Diff line change 55namespace PHPForge \Support \Tests \Stub ;
66
77/**
8- * Backed enum stub for tests .
8+ * Stub for a backed enum .
99 *
1010 * Provides deterministic backed values required by the test suite.
1111 *
Original file line number Diff line number Diff line change 55namespace PHPForge \Support \Tests \Stub ;
66
77/**
8- * Abstract base class providing a protected method and private property for testing inheritance scenarios.
8+ * Stub for a abstract base class providing a protected method and private property for testing inheritance scenarios.
99 *
1010 * Serves as a parent class in test stubs to verify property visibility and method accessibility in child classes.
1111 *
Original file line number Diff line number Diff line change 55namespace PHPForge \Support \Tests \Stub ;
66
77/**
8- * Concrete test class extending TestBaseClass for inheritance and visibility testing.
8+ * Stub for a concrete test class extending TestBaseClass for inheritance and visibility testing.
99 *
1010 * Provides a private property and a protected method to verify property and method accessibility in child classes.
1111 *
Original file line number Diff line number Diff line change 55namespace PHPForge \Support \Tests \Stub ;
66
77/**
8- * Test enum for {@see \PHPForge\Support\EnumDataProvider} dataset generation.
8+ * Stub for a test enum for {@see \PHPForge\Support\EnumDataProvider} dataset generation.
99 *
1010 * @copyright Copyright (C) 2026 Terabytesoftw.
1111 * @license https://opensource.org/license/bsd-3-clause BSD 3-Clause License.
Original file line number Diff line number Diff line change 55namespace PHPForge \Support \Tests \Stub ;
66
77/**
8- * Backed enum stub for tests .
8+ * Stub for a nacked enum .
99 *
1010 * Provides deterministic integer-backed values required by the test suite.
1111 *
You can’t perform that action at this time.
0 commit comments