Commit 9c3fc347 authored by Michael Lutz's avatar Michael Lutz
Browse files

Issue #3268218: Fix test namespaces

parent 5855afc3
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
{
  "name": "ensembleiq/pelcro_auth",
  "name": "drupal/pelcro_auth",
  "type": "drupal-module",
  "description": "Login module for the Pelcro Authorization service.",
  "homepage": "https://github.com/EnsembleIQ/pelcro_auth",
  "license": "GPL-2.0-or-later",
  "homepage": "https://www.drupal.org/project/pelcro_auth",
  "minimim-stability": "dev",
  "require": {
    "ext-json": "*",
    "drupal/externalauth": "^1.4"
+1 −1
Original line number Diff line number Diff line
<?php

namespace Drupal\tests\pelcro_auth\Functional;
namespace Drupal\Tests\pelcro_auth\Functional;

use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\user\Traits\UserCreationTrait;
+1 −1
Original line number Diff line number Diff line
<?php

namespace Drupal\tests\pelcro_auth\Functional;
namespace Drupal\Tests\pelcro_auth\Functional;

use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;
+1 −1
Original line number Diff line number Diff line
<?php

namespace Drupal\tests\pelcro_auth\Unit;
namespace Drupal\Tests\pelcro_auth\Unit;

use Drupal\pelcro_auth\Product;
use Drupal\Tests\UnitTestCase;