Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 48589c84
    Issue #3060716 by martin107, Lendude, quietone: EntityListBuilderTest:... · 48589c84
    Jess authored
    Issue #3060716 by martin107, Lendude, quietone: EntityListBuilderTest: @coversDefaultClass is incorrect
@@ -16,7 +16,7 @@
@@ -16,7 +16,7 @@
use Drupal\Tests\UnitTestCase;
use Drupal\Tests\UnitTestCase;
/**
/**
* @coversDefaultClass \Drupal\entity_test\EntityTestListBuilder
* @coversDefaultClass \Drupal\Core\Entity\EntityListBuilder
* @group Entity
* @group Entity
*/
*/
class EntityListBuilderTest extends UnitTestCase {
class EntityListBuilderTest extends UnitTestCase {
Loading