\CodeIgniter\Test\FiltersCITestStreamFilter

Class to extract an output snapshot.

Used to capture output during unit testing, so that it can be used in assertions.

Summary

Methods
Properties
Constants
filter()
$buffer
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$buffer

$buffer : \CodeIgniter\Test\Filters\type

Buffer to capture stream content.

Type

\CodeIgniter\Test\Filters\type

Methods

filter()

filter(\CodeIgniter\Test\Filters\type  $in, \CodeIgniter\Test\Filters\type  $out, \CodeIgniter\Test\Filters\type  $consumed, \CodeIgniter\Test\Filters\type  $closing) : \CodeIgniter\Test\Filters\type

Output filtering - catch it all.

Parameters

\CodeIgniter\Test\Filters\type $in
\CodeIgniter\Test\Filters\type $out
\CodeIgniter\Test\Filters\type $consumed
\CodeIgniter\Test\Filters\type $closing

Returns

\CodeIgniter\Test\Filters\type