Simon Rupf d14eb0efe4 fixing configuration and its test to match the new namespaces пре 10 година
..
privatebin 54f96b9938 Introduce PSR-4 autoloading пре 10 година
.gitignore 5a9879623f added incorrectly ignored unit test file, correcting ignore пре 10 година
.htaccess 535710cdd6 Add htaccess to prevent template access пре 10 година
README.md 79509ad48a renaming the fork to PrivateBin пре 10 година
bootstrap.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
configGenerator.php 79509ad48a renaming the fork to PrivateBin пре 10 година
configuration.php d14eb0efe4 fixing configuration and its test to match the new namespaces пре 10 година
filter.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
i18n.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
jsonApi.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
model.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
phpunit.xml 54f96b9938 Introduce PSR-4 autoloading пре 10 година
privatebin.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
privatebinWithDb.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
purgelimiter.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
request.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
serversalt.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
sjcl.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
test.ini 79509ad48a renaming the fork to PrivateBin пре 10 година
trafficlimiter.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
view.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година
vizhash16x16.php 54f96b9938 Introduce PSR-4 autoloading пре 10 година

README.md

Running unit tests

In order to run these tests, you will need to install the following packages and its dependencies:

  • phpunit
  • php5-gd
  • php5-sqlite
  • php5-xdebug

Example for Debian and Ubuntu:

$ sudo aptitude install phpunit php5-gd php5-sqlite php5-xdebug

To run the tests, just change into this directory and run phpunit:

$ cd PrivateBin/tst
$ phpunit