Commit 683a48f1 authored by catch's avatar catch
Browse files

Issue #3539501 by danrod, tanushree gupta, mstrelan, bramdriesen: Remove...

Issue #3539501 by danrod, tanushree gupta, mstrelan, bramdriesen: Remove duplicate GenericTest in system.module

(cherry picked from commit b10ea512)
parent 175d099d
Loading
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
<?php

declare(strict_types=1);

namespace Drupal\Tests\system\Functional\Module;

/**
 * Generic test for system module.
 *
 * @group system
 */
class GenericTest extends GenericModuleTestBase {}