Issue #2863969 by GoZ: Convert web tests to browser tests for options module

8.4.x
Alex Pott 2017-03-25 18:21:53 +00:00
parent e83f9f6940
commit df01e878c8
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\options\Tests;
namespace Drupal\Tests\options\Functional;
/**
* Tests the options allowed values api.

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\options\Tests;
namespace Drupal\Tests\options\Functional;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Tests\FieldTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\options\Tests;
namespace Drupal\Tests\options\Functional;
/**
* Tests the Options field allowed values function.

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\options\Tests;
namespace Drupal\Tests\options\Functional;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\options\Tests;
namespace Drupal\Tests\options\Functional;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\options\Tests;
namespace Drupal\Tests\options\Functional;
/**
* Tests an options select with a dynamic allowed values function.

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\options\Tests;
namespace Drupal\Tests\options\Functional;
use Drupal\entity_test\Entity\EntityTest;
use Drupal\field\Entity\FieldConfig;