File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,23 @@ Clone into ext/phpbbde/pastebin:
66
77 git clone https://github.com/phpbbde/phpbb-ext-pastebin ext/phpbbde/pastebin
88
9+ Go to ext/phpbbde/pastebin and install dependencies:
10+
11+ php composer.phar install --no-dev
12+
13+ If you wish to contribute to development, you should also consider installing the development dependencies by leaving out --no-dev.
14+
915Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB.de pastebin" extension.
1016
1117## Development
1218
1319If you find a bug, please report it on https://github.com/phpbbde/phpbb-ext-pastebin
1420
21+ ## Automated Testing
22+
23+ We use automated unit tests including functional tests to prevent regressions. Check out our travis build below:
24+
25+ master: [ ![ Build Status] ( https://travis-ci.org/phpbb-de/phpbb-ext-pastebin.png?branch=master )] ( http://travis-ci.org/phpbb-de/phpbb-ext-pastebin )
1526
1627## License
1728
You can’t perform that action at this time.
0 commit comments