mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 18:48:56 +02:00
Revert "[FEATURE] allow exclude definition global"
This commit is contained in:
@@ -50,27 +50,9 @@ class DeployCommandMiscTasksTest extends TestCase
|
||||
$this->assertEquals(0, $tester->getStatusCode());
|
||||
}
|
||||
|
||||
public function composerFlagsDataProvider() {
|
||||
return [
|
||||
'default' => [
|
||||
'yml' => __DIR__ . '/../../Resources/composer.yml'
|
||||
],
|
||||
'global exclude' => [
|
||||
'yml' => __DIR__ . '/../../Resources/global-exclude.yml'
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* testComposerFlags
|
||||
*
|
||||
* @dataProvider composerFlagsDataProvider
|
||||
* @param string $yml
|
||||
* @return void
|
||||
*/
|
||||
public function testComposerFlags($yml)
|
||||
public function testComposerFlags()
|
||||
{
|
||||
$application = new MageApplicationMockup($yml);
|
||||
$application = new MageApplicationMockup(__DIR__ . '/../../Resources/composer.yml');
|
||||
|
||||
/** @var AbstractCommand $command */
|
||||
$command = $application->find('deploy');
|
||||
|
||||
Reference in New Issue
Block a user