Issue #2863969 by GoZ: Convert web tests to browser tests for options module
parent
e83f9f6940
commit
df01e878c8
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\options\Tests;
|
namespace Drupal\Tests\options\Functional;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests the options allowed values api.
|
* Tests the options allowed values api.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\options\Tests;
|
namespace Drupal\Tests\options\Functional;
|
||||||
|
|
||||||
use Drupal\field\Entity\FieldConfig;
|
use Drupal\field\Entity\FieldConfig;
|
||||||
use Drupal\field\Tests\FieldTestBase;
|
use Drupal\field\Tests\FieldTestBase;
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\options\Tests;
|
namespace Drupal\Tests\options\Functional;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests the Options field allowed values function.
|
* Tests the Options field allowed values function.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\options\Tests;
|
namespace Drupal\Tests\options\Functional;
|
||||||
|
|
||||||
use Drupal\field\Entity\FieldConfig;
|
use Drupal\field\Entity\FieldConfig;
|
||||||
use Drupal\field\Entity\FieldStorageConfig;
|
use Drupal\field\Entity\FieldStorageConfig;
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\options\Tests;
|
namespace Drupal\Tests\options\Functional;
|
||||||
|
|
||||||
use Drupal\field\Entity\FieldConfig;
|
use Drupal\field\Entity\FieldConfig;
|
||||||
use Drupal\field\Entity\FieldStorageConfig;
|
use Drupal\field\Entity\FieldStorageConfig;
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\options\Tests;
|
namespace Drupal\Tests\options\Functional;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests an options select with a dynamic allowed values function.
|
* Tests an options select with a dynamic allowed values function.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\options\Tests;
|
namespace Drupal\Tests\options\Functional;
|
||||||
|
|
||||||
use Drupal\entity_test\Entity\EntityTest;
|
use Drupal\entity_test\Entity\EntityTest;
|
||||||
use Drupal\field\Entity\FieldConfig;
|
use Drupal\field\Entity\FieldConfig;
|
||||||
Loading…
Reference in New Issue