Skip to content
Snippets Groups Projects

Issue #3263654: Move all HAL tests to the module in preperation of removal in d10

Open Björn Brala requested to merge issue/drupal-3263654:3263654-move-all-hal into 9.4.x
Compare and
159 files
+ 162
160
Compare changes
  • Side-by-side
  • Inline
Files
159
<?php
namespace Drupal\Tests\aggregator\Functional\Hal;
namespace Drupal\Tests\hal\Functional\Aggregator;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
Loading