Issue #3106395 by Berdir, catch: Move tests that test the update system to UpdateSystem namespace

merge-requests/2419/head
Alex Pott 2020-01-15 10:58:44 +00:00
parent 4b74e91fe3
commit 46eaa9b843
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
18 changed files with 18 additions and 20 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Core\Database\Database;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Core\Database\Database;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\RequirementsPageTrait;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Core\Url;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Core\Url;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\UpdatePathTestTrait;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\FunctionalTests\Update\UpdatePathTestBaseTest;
use Drupal\node\Entity\Node;
@ -12,7 +12,6 @@ use Drupal\user\Entity\User;
*
* @group #slow
* @group Update
* @group legacy
*/
class UpdatePathTestBaseFilledTest extends UpdatePathTestBaseTest {

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\UpdatePathTestTrait;
@ -9,7 +9,6 @@ use Drupal\Tests\UpdatePathTestTrait;
* Tests the presence of JavaScript at update.php.
*
* @group Update
* @group legacy
*/
class UpdatePathTestJavaScriptTest extends BrowserTestBase {
use UpdatePathTestTrait;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Core\Url;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Core\Database\Database;
use Drupal\Tests\BrowserTestBase;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Component\Render\FormattableMarkup;
use Drupal\Core\Database\Database;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Core\Database\Database;
use Drupal\Core\Url;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Core\Url;
use Drupal\language\Entity\ConfigurableLanguage;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\system\Functional\Update;
namespace Drupal\Tests\system\Functional\UpdateSystem;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\RequirementsPageTrait;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\Tests\workspaces\Functional\Update;
namespace Drupal\Tests\workspaces\Functional\UpdateSystem;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\UpdatePathTestTrait;