rugk ec7af3a738 Improve formatting il y a 10 ans
..
Data e925833090 bumping version number to 1.0 il y a 10 ans
Persistence bea9a577a6 Use better random number generator #29 il y a 10 ans
.gitignore 3d7b35aed4 PSR-2/4 fixes il y a 10 ans
.htaccess 535710cdd6 Add htaccess to prevent template access il y a 10 ans
Bootstrap.php 3d7b35aed4 PSR-2/4 fixes il y a 10 ans
ConfigurationTest.php 3d7b35aed4 PSR-2/4 fixes il y a 10 ans
ConfigurationTestGenerator.php 3d7b35aed4 PSR-2/4 fixes il y a 10 ans
FilterTest.php b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup il y a 10 ans
I18nTest.php b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup il y a 10 ans
JsonApiTest.php b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup il y a 10 ans
ModelTest.php 3988b860b0 implemented Identicon library as new default for comment icons, made Vizhash an optional alternative, refactored Vizhash and removed string lenghtening il y a 10 ans
PrivateBinTest.php b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup il y a 10 ans
PrivateBinWithDbTest.php b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup il y a 10 ans
README.md ec7af3a738 Improve formatting il y a 10 ans
RequestTest.php b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup il y a 10 ans
SjclTest.php b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup il y a 10 ans
ViewTest.php 3d7b35aed4 PSR-2/4 fixes il y a 10 ans
Vizhash16x16Test.php 3988b860b0 implemented Identicon library as new default for comment icons, made Vizhash an optional alternative, refactored Vizhash and removed string lenghtening il y a 10 ans
phpunit.xml b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup il y a 10 ans

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