Skip to content
Snippets Groups Projects
Commit 6578474f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2865537 by nlisgo: Convert web tests to browser tests for minimal profile

parent ce2aae0b
No related branches found
No related tags found
No related merge requests found
<?php <?php
namespace Drupal\minimal\Tests; namespace Drupal\Tests\minimal\Functional;
use Drupal\simpletest\WebTestBase; use Drupal\Tests\BrowserTestBase;
/** /**
* Tests Minimal installation profile expectations. * Tests Minimal installation profile expectations.
* *
* @group minimal * @group minimal
*/ */
class MinimalTest extends WebTestBase { class MinimalTest extends BrowserTestBase {
protected $profile = 'minimal'; protected $profile = 'minimal';
......
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