https://github.com/phpbb/phpbb-ext-acme-demo
ACME Demo Extension for phpBB: http://en.wikipedia.org/wiki/Acme_Corporation
https://github.com/phpbb/phpbb-ext-acme-demo
Last synced: 7 days ago
JSON representation
ACME Demo Extension for phpBB: http://en.wikipedia.org/wiki/Acme_Corporation
- Host: GitHub
- URL: https://github.com/phpbb/phpbb-ext-acme-demo
- Owner: phpbb
- License: gpl-2.0
- Created: 2013-11-05T17:32:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T23:02:26.000Z (about 9 years ago)
- Last Synced: 2025-05-07T21:38:13.376Z (12 days ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 25
- Watchers: 22
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# phpBB 3.1 Extension - Acme Demo
## Installation
Clone into phpBB/ext/acme/demo:
$ git clone https://github.com/phpbb/phpbb-ext-acme-demo.git phpBB/ext/acme/demo
Go to "ACP" > "Customise" > "Extensions" and enable the "Acme Demo Extension" extension.
## Tests and Continuous Integration
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).
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:Windows:
phpBB\vendor\bin\phpunit.bat -c phpBB\ext\acme\demo\phpunit.xml.dist
others:
phpBB/vendor/bin/phpunit -c phpBB/ext/acme/demo/phpunit.xml.dist
[](https://travis-ci.org/phpbb/phpbb-ext-acme-demo)
## License
[GPLv2](license.txt)