Skip to content

Commit 177178e

Browse files
committed
docs: add session testing
1 parent dafe800 commit 177178e

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

user_guide_src/source/testing/feature.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ override any existing routes in the system:
6363
Each of the "routes" is a 3 element array containing the HTTP verb (or "add" for all),
6464
the URI to match, and the routing destination.
6565

66+
.. _feature-setting-session-values:
67+
6668
Setting Session Values
6769
----------------------
6870

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
#######
2-
Testing
3-
#######
4-
5-
CodeIgniter ships with a number of tools to help you test and debug your application thoroughly.
6-
The following sections should get you quickly testing your applications.
7-
8-
.. toctree::
9-
:titlesonly:
10-
11-
Getting Started <overview>
12-
Database <database>
13-
Generating Data <fabricator>
14-
Controller Testing <controllers>
15-
HTTP Testing <feature>
16-
response
17-
cli
18-
Mocking <mocking>
19-
benchmark
20-
debugging
1+
#######
2+
Testing
3+
#######
4+
5+
CodeIgniter ships with a number of tools to help you test and debug your application thoroughly.
6+
The following sections should get you quickly testing your applications.
7+
8+
.. toctree::
9+
:titlesonly:
10+
11+
Getting Started <overview>
12+
Database <database>
13+
Generating Data <fabricator>
14+
Controller Testing <controllers>
15+
HTTP Testing <feature>
16+
response
17+
cli
18+
Mocking <mocking>
19+
benchmark
20+
debugging
21+
Session Testing <session_testing>

user_guide_src/source/testing/response.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Asserts that the HTTP status code returned matches $code.
100100
.. literalinclude:: response/010.php
101101
:lines: 2-
102102

103+
.. _response-session-assertions:
104+
103105
Session Assertions
104106
==================
105107

0 commit comments

Comments
 (0)