Commit 78d09ae1 authored by Jonathan Smith's avatar Jonathan Smith Committed by Jonathan Smith
Browse files

Issue #3049585 by jonathan1055: Remove @group legacy from DevelGenerate test

parent c18b1e15
Loading
Loading
Loading
Loading
+0 −4
Changes for tests/src/Functional/SchedulerDevelGenerateTest.php: 0 added lines, 4 removed lines.
Original line number Diff line number Diff line
@@ -6,10 +6,6 @@ namespace Drupal\Tests\scheduler\Functional;
 * Tests the Scheduler interaction with Devel Generate module.
 *
 * @group scheduler
 * @group legacy
 * @todo Remove the 'legacy' tag when Devel no longer uses the deprecated
 * $published parameter for setPublished(), and does not use functions
 * drupal_set_message(), format_date() and db_query_range().
 */
class SchedulerDevelGenerateTest extends SchedulerBrowserTestBase {