PHP Class Composer\Installers\Test\InstallerTest

Inheritance: extends Composer\Installers\Test\TestCase
Mostra file Open project: composer/installers

Public Methods

Method Description
dataForTestInstallPath ( ) dataFormTestInstallPath
dataForTestSupport ( ) dataForTestSupport
setUp ( ) : void setUp
tearDown ( ) : void tearDown
testCustomInstallPath ( ) testCustomInstallPath
testCustomInstallerName ( ) testCustomInstallerName
testCustomTypePath ( ) testCustomTypePath
testGetCakePHPInstallPathException ( ) : void testGetCakePHPInstallPathException
testInstallPath ( $type, $path, $name, $version = '1.0.0' ) testInstallPath
testNoVendorName ( ) testNoVendorName
testSupports ( $type, $expected ) : void testSupports
testTypo3Inflection ( ) testTypo3Inflection
testUninstallAndDeletePackageFromLocalRepo ( )
testVendorPath ( ) testVendorPath

Method Details

dataForTestInstallPath() public method

dataFormTestInstallPath

dataForTestSupport() public method

dataForTestSupport
public dataForTestSupport ( )

setUp() public method

setUp
public setUp ( ) : void
return void

tearDown() public method

tearDown
public tearDown ( ) : void
return void

testCustomInstallPath() public method

testCustomInstallPath

testCustomInstallerName() public method

testCustomInstallerName

testCustomTypePath() public method

testCustomTypePath
public testCustomTypePath ( )

testGetCakePHPInstallPathException() public method

testGetCakePHPInstallPathException

testInstallPath() public method

testInstallPath
public testInstallPath ( $type, $path, $name, $version = '1.0.0' )

testNoVendorName() public method

testNoVendorName
public testNoVendorName ( )

testSupports() public method

testSupports
public testSupports ( $type, $expected ) : void
return void

testTypo3Inflection() public method

testTypo3Inflection
public testTypo3Inflection ( )

testUninstallAndDeletePackageFromLocalRepo() public method

testVendorPath() public method

testVendorPath
public testVendorPath ( )