Skip to content
Snippets Groups Projects
Commit 3795c75c 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
parent 94b94e7e
No related branches found
No related tags found
No related merge requests found
<?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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment