MediaWiki master
|
Wrapper around low-level system functions, so that we can inject mocks when testing the MediaWiki\Composer\ComposerLaunchParallel class. More...
Public Member Functions | |
exit (int $resultCode) | |
getcwd () | |
print (string $message) | |
putFileContents (string $path, string $data) | |
Wrapper around low-level system functions, so that we can inject mocks when testing the MediaWiki\Composer\ComposerLaunchParallel class.
Definition at line 13 of file ComposerSystemInterface.php.
MediaWiki\Composer\ComposerSystemInterface::exit | ( | int | $resultCode | ) |
Definition at line 19 of file ComposerSystemInterface.php.
References MediaWiki\Composer\ComposerSystemInterface\exit().
Referenced by MediaWiki\Composer\ComposerSystemInterface\exit(), and MediaWiki\Composer\PhpUnitSplitter\PhpUnitXmlManager\splitTestsList().
MediaWiki\Composer\ComposerSystemInterface::getcwd | ( | ) |
Definition at line 27 of file ComposerSystemInterface.php.
Referenced by MediaWiki\Composer\PhpUnitSplitter\PhpUnitXmlManager\newSplitGroupExecutor(), and MediaWiki\Composer\PhpUnitSplitter\PhpUnitXmlManager\splitTestsList().
MediaWiki\Composer\ComposerSystemInterface::print | ( | string | $message | ) |
Definition at line 15 of file ComposerSystemInterface.php.
References MediaWiki\Composer\ComposerSystemInterface\print().
Referenced by MediaWiki\Composer\ComposerSystemInterface\print().
MediaWiki\Composer\ComposerSystemInterface::putFileContents | ( | string | $path, |
string | $data ) |
Definition at line 23 of file ComposerSystemInterface.php.
References $path.