WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
swiftmailer
/
swiftmailer
/
tests
/
Name
Action
..
IdenticalBinaryConstraint.php
Edit
StreamCollector.php
Edit
SwiftMailerSmokeTestCase.php
Edit
SwiftMailerTestCase.php
Edit
_samples
acceptance
acceptance.conf.php.default
Edit
bootstrap.php
Edit
bug
fixtures
smoke
smoke.conf.php.default
Edit
unit
Editing: StreamCollector.php
<?php class Swift_StreamCollector { public $content = ''; public function __invoke($arg) { $this->content .= $arg; } }