Commit a438fcb3 authored by Kristof De Jaeger's avatar Kristof De Jaeger
Browse files

Issue #3287093: use contrib classy for tests

parent ec6350c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@
  "homepage": "https://www.drupal.org/project/ds",
  "minimum-stability": "dev",
  "require-dev": {
    "drupal/devel": "5.x-dev"
    "drupal/devel": "5.x-dev",
    "drupal/classy": "^1.0"
  },
  "authors": [
    {
+2 −1
Original line number Diff line number Diff line
@@ -6,4 +6,5 @@ package: 'Display Suite'
configure: ds.structure
dependencies:
  - drupal:layout_discovery
  - drupal:system (>= 8.6.x)
 No newline at end of file
test_dependencies:
  - classy:classy
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ abstract class TestBase extends BrowserTestBase {
  use FieldUiTestTrait;
  use TaxonomyTestTrait;

  protected $defaultTheme = 'stark';
  protected $defaultTheme = 'classy';

  /**
   * Modules to install.