- Issue created by @deepakkm
- ๐ฎ๐ณIndia vishalkhode
vishalkhode โ made their first commit to this issueโs fork.
- Assigned to vishalkhode
- Merge request !95#3449074: Enable test coverage on previous major. โ (Merged) created by vishalkhode
-
vishalkhode โ
committed 99d51a76 on 4.0.x
Issue #3449074 by vishalkhode: Enable...
-
vishalkhode โ
committed 99d51a76 on 4.0.x
- Issue was unassigned.
- Status changed to Fixed
3 months ago 3:01pm 11 August 2024 - ๐ฎ๐ณIndia vishalkhode
The failing PHPUnit test on Drupal Core 9.5.x was due to the
toUrl()
method on node entity (e.g.,$node->toUrl()
) incorrectly including the URL path parameter, resulting in URL like/web/web/node/1
and causing a "Page not found" error. To fix this issue, the URL was updated from$node->toUrl()
to'node/'.$node->id()
. Hence, merged. Automatically closed - issue fixed for 2 weeks with no activity.