File tree Expand file tree Collapse file tree 3 files changed +25
-20
lines changed
user_guide_src/source/testing Expand file tree Collapse file tree 3 files changed +25
-20
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ override any existing routes in the system:
6363Each of the "routes" is a 3 element array containing the HTTP verb (or "add" for all),
6464the URI to match, and the routing destination.
6565
66+ .. _feature-setting-session-values :
67+
6668Setting Session Values
6769----------------------
6870
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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+
103105Session Assertions
104106==================
105107
You can’t perform that action at this time.
0 commit comments