© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/cli.html b/testing/cli.html
index 45abb94bfe..f1228f2f6f 100644
--- a/testing/cli.html
+++ b/testing/cli.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -575,7 +576,7 @@ while registered.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/controllers.html b/testing/controllers.html
index a04ca519db..466ab3d35f 100644
--- a/testing/controllers.html
+++ b/testing/controllers.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -708,7 +709,7 @@ to streamline your test methods.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/database.html b/testing/database.html
index 81dfaac080..e2d484447c 100644
--- a/testing/database.html
+++ b/testing/database.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -559,7 +560,7 @@ row is found, it will only return the first one.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/debugging.html b/testing/debugging.html
index 4ace772b89..a255510c54 100644
--- a/testing/debugging.html
+++ b/testing/debugging.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -564,7 +565,7 @@ outer array’s key is the name of the section on the Vars tab:
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/fabricator.html b/testing/fabricator.html
index 78db6733b1..cfb1503b80 100644
--- a/testing/fabricator.html
+++ b/testing/fabricator.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -753,7 +754,7 @@ you deleted a fake item but wanted to track the change.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/feature.html b/testing/feature.html
index 124c590420..8590327921 100644
--- a/testing/feature.html
+++ b/testing/feature.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -483,7 +484,7 @@ how to use this class to perform additional assertions and verification in your
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/index.html b/testing/index.html
index 2e2ad30f85..ff38726277 100644
--- a/testing/index.html
+++ b/testing/index.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -318,7 +319,7 @@ The following sections should get you quickly testing your applications.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/mocking.html b/testing/mocking.html
index dd37c028f4..3281d4d920 100644
--- a/testing/mocking.html
+++ b/testing/mocking.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -359,7 +360,7 @@ using the dummy handler and ensures that your test does not rely on cached data
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/overview.html b/testing/overview.html
index 817a1ac4eb..a30d7c1b68 100644
--- a/testing/overview.html
+++ b/testing/overview.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -812,7 +813,7 @@ parameters.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/testing/response.html b/testing/response.html
index 43273f92d4..15fbfcd3e9 100644
--- a/testing/response.html
+++ b/testing/response.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -747,7 +748,7 @@ can help to test the responses.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/tutorial/conclusion.html b/tutorial/conclusion.html
index 07f336d194..34b405f0e4 100644
--- a/tutorial/conclusion.html
+++ b/tutorial/conclusion.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -322,7 +323,7 @@ code, you can:
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/tutorial/create_news_items.html b/tutorial/create_news_items.html
index e15dee9eb7..24690b4121 100644
--- a/tutorial/create_news_items.html
+++ b/tutorial/create_news_items.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -625,7 +626,7 @@ files that you created or modified.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/tutorial/index.html b/tutorial/index.html
index db47e963e4..f0ab7363fb 100644
--- a/tutorial/index.html
+++ b/tutorial/index.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -439,7 +440,7 @@ small news application.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/tutorial/news_section.html b/tutorial/news_section.html
index 84632cb9e1..a0896e9404 100644
--- a/tutorial/news_section.html
+++ b/tutorial/news_section.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -642,7 +643,7 @@ to display just the one article.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.
diff --git a/tutorial/static_pages.html b/tutorial/static_pages.html
index c7659683ba..c321bfe438 100644
--- a/tutorial/static_pages.html
+++ b/tutorial/static_pages.html
@@ -91,6 +91,7 @@
Factories
Working with HTTP Requests
Security Guidelines
+Design and Architectural Goals
@@ -586,7 +587,7 @@ asked for it.
© Copyright 2019-2024 CodeIgniter Foundation.
- Last updated on Jun 10, 2024.
+ Last updated on Jun 12, 2024.