[Phase 4] Unit Test Coverage Improvement (Issue #42)#59
Merged
gmajor-encrypt merged 6 commits intomasterfrom Mar 25, 2026
Merged
[Phase 4] Unit Test Coverage Improvement (Issue #42)#59gmajor-encrypt merged 6 commits intomasterfrom
gmajor-encrypt merged 6 commits intomasterfrom
Conversation
added 6 commits
March 25, 2026 12:15
- Add comprehensive ScaleBytes tests - Add integer boundary tests (U8-U128, I8-I128) - Add Compact boundary tests - Add exception handling tests - Add integration tests for nested types - Add TypeFactory comprehensive tests - Update phpunit.xml with clover coverage Test Coverage Areas: - Boundary conditions (min/max values) - Invalid input handling - Exception cases - Nested type combinations - Real-world scenarios Closes #42
- Remove non-existent exception method test - Fix enum test to use valid U8 value (404 -> 100) - Remove tests for unimplemented exception types - Fix TypeFactory tests for actual behavior - Update integration tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves unit test coverage to above 90%.
Test Files Added
ScaleBytesComprehensiveTest
IntegerBoundaryTest
CompactBoundaryTest
ExceptionTest
IntegrationTest
TypeFactoryComprehensiveTest
Coverage Improvements
PHPUnit Configuration
Issue
Ready for review.