Download the PHP package php-forge/support without Composer
On this page you can find all versions of the php package php-forge/support. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package support
Support utilities for enhanced testing capabilities.
Features
โ Advanced Reflection Utilities
- Access and modify private and protected properties via reflection.
- Invoke inaccessible methods to expand testing coverage.
โ Cross-Platform String Assertions
- Avoid false positives and negatives caused by Windows vs. Unix line ending differences.
- Normalize line endings for consistent string comparisons across platforms.
โ File System Test Management
- Recursively clean files and directories for isolated test environments.
- Safe removal that preserves Git-tracking files (for example, '.gitignore', '.gitkeep').
Quick start
System requirements
Installation
Method 1: Using Composer (recommended)
Install the extension.
Method 2: Manual installation
Add to your composer.json
.
Then run.
Basic Usage
Accessing private properties
Invoking protected methods
Normalize line endings
Remove files from directory
Set inaccessible property
Documentation
For comprehensive testing guidance, see:
- ๐งช Testing Guide
Quality code
Our social networks
License
All versions of support with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package php-forge/support contains the following files
Loading the files please wait ....