We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bfa7b commit 5cb00d1Copy full SHA for 5cb00d1
1 file changed
README.md
@@ -17,6 +17,6 @@ If you wish to run your tests on your local system (from a checked out copy of p
17
Note: Change your/extension to your vendor name/extension name.
18
19
1. Copy tests/framework/* to phpBB/ext/your/extension/tests/framework/*
20
-2. Edit tests/bootstrap.php and add these lines at the end:
21
- require_once $phpbb_root_path . 'ext/your/extension/tests/framework/extension_database_test_case.php';
+2. Edit tests/bootstrap.php and add these lines at the end:<br />
+ require_once $phpbb_root_path . 'ext/your/extension/tests/framework/extension_database_test_case.php';<br />
22
require_once $phpbb_root_path . 'ext/your/extension/tests/framework/extension_functional_test_case.php';
0 commit comments