Skip to content

Commit a9de84b

Browse files
Sync docs from wheels@acf1f0f
1 parent 2b67c91 commit a9de84b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/3.1.0/guides/working-with-wheels/testing-your-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ For detailed information on TestBox runners and configuration options, refer to
179179
if(!structKeyExists(url, "format") || url.format eq "html"){
180180
// Use our html template
181181
type = "App";
182-
include "/wheels/tests_testbox/html.cfm";
182+
include "/wheels/tests/html.cfm";
183183
}
184184
185185
private function setTestboxEnvironment() {

docs/3.1.0/guides/working-with-wheels/using-the-test-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The TestUI includes features to help manage the test environment:
246246
When contributing to Wheels, you may need to create new tests for your code changes:
247247

248248
1. Create a new test file in the appropriate directory:
249-
- For core functions: `vendor/wheels/tests_testbox/specs/functional/YourTest.cfc`
249+
- For core functions: `vendor/wheels/tests/specs/functional/YourTest.cfc`
250250

251251
If you are adding in the already created test files, then you have to add in the same tests file, otherwise you can create a separate test file.
252252

0 commit comments

Comments
 (0)