MediaWiki master
MediaWiki\Composer Namespace Reference

Copyright (C) 2017 Kunal Mehta legok.nosp@m.tm@d.nosp@m.ebian.nosp@m..org More...

Namespaces

namespace  PhpUnitSplitter
 

Classes

class  ComposerLaunchParallel
 Launch PHPUnit test suites in parallel. More...
 
class  ComposerPhpunitXmlCoverageEdit
 Edit phpunit.xml to speed up code coverage generation. More...
 
class  ComposerSystemInterface
 Wrapper around low-level system functions, so that we can inject mocks when testing the MediaWiki\Composer\ComposerLaunchParallel class. More...
 
class  ComposerVendorHtaccessCreator
 Creates a .htaccess in the vendor/ directory to prevent web access. More...
 
class  LockFileChecker
 Used to check whether composer-installed dependencies (no-dev) are up-to-date. More...
 
class  VersionChecker
 Checks the version of Composer that this is being run on, and aborts if not version 2 or later. More...
 

Variables

 $basePath = getenv( 'MW_INSTALL_PATH' ) !== false ? getenv( 'MW_INSTALL_PATH' ) : __DIR__ . '/../..'
 

Detailed Description

Copyright (C) 2017 Kunal Mehta legok.nosp@m.tm@d.nosp@m.ebian.nosp@m..org

Note
GPL-2.0-or-later

Variable Documentation

◆ $basePath

MediaWiki::Composer\$basePath = getenv( 'MW_INSTALL_PATH' ) !== false ? getenv( 'MW_INSTALL_PATH' ) : __DIR__ . '/../..'

Definition at line 16 of file ComposerLaunchParallel.php.