Issue #3264195: Move all forum tests to the module in preparation of removal in D10
1 unresolved thread
Merge request reports
Activity
added 22 commits
-
907b96e9...935f996f - 21 commits from branch
project:10.0.x
- 20a2280b - Merge branch '10.0.x' into 3264195-move-all-forum
-
907b96e9...935f996f - 21 commits from branch
added 2 commits
added 756 commits
-
c24d5a70...bc0acf73 - 755 commits from branch
project:10.0.x
- d0ca5ca2 - Merge branch '10.0.x' into 3264195-move-all-forum
-
c24d5a70...bc0acf73 - 755 commits from branch
added 480 commits
-
7f328c64...6e64287f - 469 commits from branch
project:10.0.x
- c20b7a8b - [Inital work] Move all forum tests to the module in preparation of removal in D10
- b43b7dec - Fixed PHPCS warnings.
- 5636d46f - Fix migrate_drupal_ui tests
- d9b3ad0f - More test fixes
- 77c5ddd9 - Restore many migration tests
- 0889b92b - And restore more migration tests
- 92176c80 - Fix \Drupal\Tests\node\Functional\NodeAccessPagerTest
- 135f504d - Fix \Drupal\Tests\forum\Kernel\ForumValidationTest
- eafc3e0a - Fix undefined property CS check
- ea6b65fe - Restore \Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeCompleteTest
- 44ab6a29 - Adjust entity counts
Toggle commit list-
7f328c64...6e64287f - 469 commits from branch
added 1 commit
- 4199635b - Restore migration files to do them in a separate issue
added 17 commits
-
4199635b...7fcd5dd8 - 3 commits from branch
project:10.0.x
- 05435822 - [Inital work] Move all forum tests to the module in preparation of removal in D10
- 253a1d91 - Fixed PHPCS warnings.
- 00f16978 - Fix migrate_drupal_ui tests
- fcb76ba2 - More test fixes
- 843f640a - Restore many migration tests
- a0e80c04 - And restore more migration tests
- 61f87a97 - Fix \Drupal\Tests\node\Functional\NodeAccessPagerTest
- f7085eaf - Fix \Drupal\Tests\forum\Kernel\ForumValidationTest
- 14059b13 - Fix undefined property CS check
- 4c841805 - Restore \Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeCompleteTest
- e5414729 - Adjust entity counts
- 25b56385 - Restore migration files to do them in a separate issue
- 2fd40827 - Add @todos to InstallUninstallTest to remove forum code in the deprecation issue
- df209b5b - Change new tests to '@group forum'
Toggle commit list-
4199635b...7fcd5dd8 - 3 commits from branch
- Resolved by quietone
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 { This test looks to be testing inbound and outbound path altering, rather than forum It's just piggy-backing on the back of the forum routes, but should be able to be modified to work on another user-facing route (e.g. something provided by router_test module.
It would require updating
\Drupal\url_alter_test\PathProcessorTest
to alter paths from router_test module instead of from forum.I also found some dead code whilst looking into this test.
The existing test \Drupal\Tests\path_alias\Functional\UrlAlterFunctionalTest::testUrlAlter tests with /user. Is that not sufficient?
- Resolved by Lee Rowlands
added 2 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
Toggle commit list-
3a428850...9041793c - 71 commits from branch
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
Toggle commit list-
80e6db56...6e2ac439 - 60 commits from branch
Please register or sign in to reply