Skip to content
Snippets Groups Projects

#3395433 GitLab CI

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
  • 8c2a17a2
    #3395433: Update after base class moved in purge 3.4 · 8c2a17a2
    Eric Smith authored
<?php
namespace Drupal\Tests\purge_queuer_url\Functional;
namespace Drupal\Tests\purge_queuer_url\FunctionalJavascript;
use Drupal\purge_queuer_url\Form\ConfigurationForm;
use Drupal\Tests\purge_ui\Functional\Form\Config\QueuerConfigFormTestBase;
use Drupal\Tests\purge_ui\FunctionalJavascript\Form\Config\QueuerConfigFormTestBase;
/**
* Tests \Drupal\purge_queuer_url\Form\ConfigurationForm.
Loading