Skip to content

Commit 064be20

Browse files
committed
More updates to README
1 parent 15af00a commit 064be20

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Basic test framework for using Travis CI with phpBB Extensions
55

66
You can setup your extension to use this by following these steps:
77

8-
1. Copy the example.travis.yml file into your extension directory.
8+
1. Copy the **example.travis.yml** file into your extension directory.
99

10-
2. Rename the file `.travis.yml`
10+
2. Rename the file **.travis.yml**
1111

1212
3. Edit the file and change the VENDOR= and NAME= lines to fit your extension.
1313

@@ -26,12 +26,12 @@ Note: Change your/extension to your vendor name/extension name.
2626

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

29-
3. Copy `travis/*` to `phpBB/ext/your/extension/travis/*`
29+
3. Copy `travis/bootstrap.php` to `phpBB/ext/your/extension/tests/bootstrap.php`
3030

31-
4. Duplicate `travis/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` and rename it to **phpunit-mysql-local.xml**
3232

33-
5. Edit `phpunit-mysql-local.xml` changing the SERVER CONFIG settings to match your phpBB config.php settings:
33+
5. Edit **phpunit-mysql-local.xml** changing the server config settings to match your phpBB config.php settings:
3434

3535
6. Run the tests from the command line using:
3636

37-
`phpBB/vendor/bin/phpunit -c phpBB/ext/your/extension/travis/phpunit-mysql-local.xml`
37+
`phpBB/vendor/bin/phpunit -c phpBB/ext/your/extension/tests/phpunit-mysql-local.xml`

0 commit comments

Comments
 (0)