X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2FTest%2FGenerator%2FProfileGeneratorTest.php;fp=vendor%2Fdrupal%2Fconsole%2FTest%2FGenerator%2FProfileGeneratorTest.php;h=c6ea12ddd7dbb2b106aff2b430f882b8397cf02b;hp=15735a4b613646506d6557c4e7382cade426b249;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/Test/Generator/ProfileGeneratorTest.php b/vendor/drupal/console/Test/Generator/ProfileGeneratorTest.php index 15735a4b6..c6ea12ddd 100644 --- a/vendor/drupal/console/Test/Generator/ProfileGeneratorTest.php +++ b/vendor/drupal/console/Test/Generator/ProfileGeneratorTest.php @@ -37,6 +37,7 @@ class ProfileGeneratorTest extends GeneratorTest $description, $core, $dependencies, + $themes, $distribution ) { $generator = new ProfileGenerator(); @@ -51,6 +52,7 @@ class ProfileGeneratorTest extends GeneratorTest $description, $core, $dependencies, + $themes, $distribution );