Skip to content

Commit 5cb00d1

Browse files
committed
Update README.md
1 parent 81bfa7b commit 5cb00d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ If you wish to run your tests on your local system (from a checked out copy of p
1717
Note: Change your/extension to your vendor name/extension name.
1818

1919
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';
20+
2. Edit tests/bootstrap.php and add these lines at the end:<br />
21+
require_once $phpbb_root_path . 'ext/your/extension/tests/framework/extension_database_test_case.php';<br />
2222
require_once $phpbb_root_path . 'ext/your/extension/tests/framework/extension_functional_test_case.php';

0 commit comments

Comments
 (0)