Skip to content

Commit af5d26b

Browse files
committed
Add README.md file
1 parent 91bbbae commit af5d26b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# phpBB 3.1 Extension - Move Message
2+
3+
## Installation
4+
5+
Clone into phpBB/ext/phpbbde/movemessage:
6+
7+
git clone https://github.com/phpbb-de/phpbb-ext-movemessage.git phpBB/ext/phpbbde/movemessage
8+
9+
Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB.de - Move Message" extension.
10+
11+
## Tests and Continuous Integration
12+
13+
We use Travis-CI as a continous integration server and phpunit for our unit testing. See more information on the [phpBB development wiki](https://wiki.phpbb.com/Unit_Tests).
14+
To run the tests locally, you need to install phpBB from its Git repository. Afterwards run the following command from the phpBB Git repository's root:
15+
16+
Windows:
17+
18+
phpBB\vendor\bin\phpunit.bat -c phpBB\ext\phpbbde\movemessage\phpunit.xml.dist
19+
20+
others:
21+
22+
phpBB/vendor/bin/phpunit -c phpBB/ext/phpbbde/movemessage/phpunit.xml.dist
23+
24+
[![Build Status](https://travis-ci.org/phpbb-de/phpbb-ext-movemessage.svg?branch=develop-ascraeus)](https://travis-ci.org/phpbb-de/phpbb-ext-movemessage)
25+
26+
## License
27+
28+
[GPLv2](license.txt)

0 commit comments

Comments
 (0)