File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,18 +17,20 @@ If you wish to see a simple example: https://github.com/phpbb-extensions/test-fr
1717
1818* * *
1919
20- If you wish to run your tests on your local system (from a checked out copy of phpbb develop):
20+ If you wish to run your tests on your local system (from a checked out copy of phpBB develop):
2121
2222Note: Change your/extension to your vendor name/extension name.
2323
24- 1 . Clone your extension into your checked out copy of phpbb develop to:
24+ 1 . Clone your extension into your checked out copy of phpBB develop to:
2525` phpBB/ext/your/extension/ `
2626
27272 . Copy ` tests/framework/* ` to ` phpBB/ext/your/extension/tests/framework/* `
2828
29293 . Copy ` travis/bootstrap.php ` to ` phpBB/ext/your/extension/tests/bootstrap.php `
3030
31- 4 . Copy ` travis/phpunit-mysql-travis.xml ` to ` phpBB/ext/your/extension/tests/phpunit-mysql-travis.xml ` and rename it to ** phpunit-mysql-local.xml**
31+ 4 . Copy ` travis/phpunit-mysql-travis.xml ` to ` phpBB/ext/your/extension/tests/phpunit-mysql-travis.xml `
32+
33+ 5 . Rename ** phpunit-mysql-travis.xml** to ** phpunit-mysql-local.xml**
3234
33355 . Edit ** phpunit-mysql-local.xml** changing the server config settings to match your phpBB config.php settings:
3436
You can’t perform that action at this time.
0 commit comments