Skip to content
Snippets Groups Projects

Issue #3264195: Move all forum tests to the module in preparation of removal in D10

Closed Issue #3264195: Move all forum tests to the module in preparation of removal in D10
1 unresolved thread
Closed Joshua Fernandes requested to merge issue/drupal-3264195:3264195-move-all-forum into 10.0.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 1 <?php
    2
    3 namespace Drupal\Tests\forum\Functional;
    4
    5 use Drupal\Component\Render\FormattableMarkup;
    6 use Drupal\Core\Database\Database;
    7 use Drupal\Tests\BrowserTestBase;
    8 use Drupal\taxonomy\Entity\Term;
    9
    10 /**
    11 * Tests altering the inbound path and the outbound path.
    12 *
    13 * @group form
    14 */
    15 class UrlAlterFunctionalTest extends BrowserTestBase {
  • Lee Rowlands
  • Looking good, couple of things

  • quietone added 2 commits

    added 2 commits

    • ac785e17 - Add forum_url_alter_test
    • 3a428850 - Remove forum references in url_alter_test

    Compare with previous version

  • quietone added 87 commits

    added 87 commits

    • 3a428850...9041793c - 71 commits from branch project:10.0.x
    • 3cd6610e - [Inital work] Move all forum tests to the module in preparation of removal in D10
    • 2b516be1 - Fixed PHPCS warnings.
    • b825605d - Fix migrate_drupal_ui tests
    • a93abe91 - More test fixes
    • 0d0594e0 - Restore many migration tests
    • 3984edbb - And restore more migration tests
    • 3a292928 - Fix \Drupal\Tests\node\Functional\NodeAccessPagerTest
    • 3526212c - Fix \Drupal\Tests\forum\Kernel\ForumValidationTest
    • 0ea8fa0f - Fix undefined property CS check
    • 23cc4eec - Restore \Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeCompleteTest
    • 5a55ca8f - Adjust entity counts
    • d0079534 - Restore migration files to do them in a separate issue
    • 782e9433 - Add @todos to InstallUninstallTest to remove forum code in the deprecation issue
    • 2dfd0f48 - Change new tests to '@group forum'
    • bc83f517 - Add forum_url_alter_test
    • 80e6db56 - Remove forum references in url_alter_test

    Compare with previous version

  • quietone added 76 commits

    added 76 commits

    • 80e6db56...6e2ac439 - 60 commits from branch project:10.0.x
    • 1f429366 - [Inital work] Move all forum tests to the module in preparation of removal in D10
    • a7d971f1 - Fixed PHPCS warnings.
    • e1a07c42 - Fix migrate_drupal_ui tests
    • f777300c - More test fixes
    • ecefc352 - Restore many migration tests
    • ccf18e8c - And restore more migration tests
    • e90dc840 - Fix \Drupal\Tests\node\Functional\NodeAccessPagerTest
    • 8d2bee41 - Fix \Drupal\Tests\forum\Kernel\ForumValidationTest
    • 86d7dbe9 - Fix undefined property CS check
    • f92e3910 - Restore \Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeCompleteTest
    • 61df9bec - Adjust entity counts
    • f3ee72f3 - Restore migration files to do them in a separate issue
    • 613c2663 - Add @todos to InstallUninstallTest to remove forum code in the deprecation issue
    • c20a0f69 - Change new tests to '@group forum'
    • cfc9700e - Add forum_url_alter_test
    • e1e97a47 - Remove forum references in url_alter_test

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading