Commit 5cf24e8a authored by catch's avatar catch
Browse files

Issue #3248816 by bsuttis, danflanagan8, quietone:...

Issue #3248816 by bsuttis, danflanagan8, quietone: ResponsiveImageFieldUiTest.php should be moved to tests directory

(cherry picked from commit 3795c75c)
parent 72459cd0
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
<?php

namespace Drupal\responsive_image\Tests;
namespace Drupal\Tests\responsive_image\FunctionalJavascript;

use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
use Drupal\responsive_image\Entity\ResponsiveImageStyle;
@@ -12,6 +12,11 @@
 */
class ResponsiveImageFieldUiTest extends WebDriverTestBase {

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
   * Modules to install.
   *