| Fully Qualified Name: | CodeIgniter\Test\Filters\CITestStreamFilter |
| Extends: | php_user_filter |
Class to extract an output snapshot.
Used to capture output during unit testing, so that it can be used in assertions.
| Name | Description | Defined By |
|---|---|---|
| filter() | Output filtering - catch it all. | CITestStreamFilter |
Output filtering - catch it all.
| Parameter Name | Type | Description |
|---|---|---|
| $in | \type | |
| $out | \type | |
| $consumed | \type | |
| $closing | \type |
Returns: \type