Skip to content

Commit 945009f

Browse files
committed
More readability fixes
1 parent 064be20 commit 945009f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2222
Note: 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

2727
2. Copy `tests/framework/*` to `phpBB/ext/your/extension/tests/framework/*`
2828

2929
3. 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

3335
5. Edit **phpunit-mysql-local.xml** changing the server config settings to match your phpBB config.php settings:
3436

0 commit comments

Comments
 (0)