Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / Test / Generator / ProfileGeneratorTest.php
index 15735a4b613646506d6557c4e7382cade426b249..c6ea12ddd7dbb2b106aff2b430f882b8397cf02b 100644 (file)
@@ -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
         );