Commit e902705
committed
fix: set request factory on cloned context in testCanRunRequest
The test was setting the request factory on $this->context instead of the
cloned $context, so run() never received the HEAD request. Fixed the
target container and updated the assertion to match actual HEAD behavior.
https://claude.ai/code/session_0196tmVsX1KjJKmuHncp7HiV1 parent 97ffe99 commit e902705
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
642 | 644 | | |
643 | 645 | | |
644 | 646 | | |
| |||
0 commit comments