function FixturesBase::getOutput
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php \Drupal\Tests\Composer\Plugin\FixturesBase::getOutput()
Gets the output from the io() fixture.
Return value
string Output captured from tests that write to Fixtures::io().
1 call to FixturesBase::getOutput()
- Fixtures::runScaffold in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Scaffold/ Fixtures.php - Runs the scaffold operation.
File
-
core/
tests/ Drupal/ Tests/ Composer/ Plugin/ FixturesBase.php, line 83
Class
- FixturesBase
- Base class for fixtures to test composer plugins.
Namespace
Drupal\Tests\Composer\PluginCode
public function getOutput() : string {
return $this->io()
->getOutput();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.