Skip to content

Commit c057ade

Browse files
committed
docs: update external URLs
1 parent 525e2d9 commit c057ade

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

user_guide_src/source/installation/installing_manual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ will be your public-facing document root. Do not change anything inside the ``sy
1010
folder!
1111

1212
.. note:: This is the installation technique closest to that described
13-
for `CodeIgniter 3 <https://codeigniter.com/user_guide/installation/index.html>`_.
13+
for `CodeIgniter 3 <https://codeigniter.com/userguide3/installation/index.html>`_.
1414

1515
Installation
1616
============

user_guide_src/source/testing/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Ensure that a header or cookie was actually emitted::
216216
$this->assertHeaderEmitted("Set-Cookie: foo=bar");
217217

218218
Note: the test case with this should be `run as a separate process
219-
in PHPunit <https://phpunit.readthedocs.io/en/7.4/annotations.html#runinseparateprocess>`_.
219+
in PHPunit <https://phpunit.readthedocs.io/en/9.5/annotations.html#runinseparateprocess>`_.
220220

221221
**assertHeaderNotEmitted($header, $ignoreCase = false)**
222222

@@ -231,7 +231,7 @@ Ensure that a header or cookie was not emitted::
231231
$this->assertHeaderNotEmitted("Set-Cookie: banana");
232232

233233
Note: the test case with this should be `run as a separate process
234-
in PHPunit <https://phpunit.readthedocs.io/en/7.4/annotations.html#runinseparateprocess>`_.
234+
in PHPunit <https://phpunit.readthedocs.io/en/9.5/annotations.html#runinseparateprocess>`_.
235235

236236
**assertCloseEnough($expected, $actual, $message = '', $tolerance = 1)**
237237

user_guide_src/source/testing/response.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ create your own directly using any ``ResponseInterface``::
1010
$result = new \CodeIgniter\Test\TestResponse($response);
1111
$result->assertOK();
1212

13+
.. contents::
14+
:local:
15+
:depth: 2
16+
1317
Testing the Response
1418
====================
1519

0 commit comments

Comments
 (0)