default services conflit ?
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace Drupal\Console\Test\DataProvider;
|
||||
|
||||
/**
|
||||
* Class ThemeDataProviderTrait
|
||||
* @package Drupal\Console\Test\DataProvider
|
||||
*/
|
||||
trait ThemeDataProviderTrait
|
||||
{
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function commandData()
|
||||
{
|
||||
$this->setUpTemporaryDirectory();
|
||||
|
||||
return [
|
||||
['Foo', rand(), $this->dir.'/themes/custom', 'bar', 'Other', '8.x', 'sd', 'global-styling', false, false]
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user