You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
privatebin/tst
El RIDO e925833090
bumping version number to 1.0
8 years ago
..
Data bumping version number to 1.0 8 years ago
Persistence Use better random number generator #29 8 years ago
.gitignore PSR-2/4 fixes 8 years ago
.htaccess Add htaccess to prevent template access 8 years ago
Bootstrap.php PSR-2/4 fixes 8 years ago
ConfigurationTest.php PSR-2/4 fixes 8 years ago
ConfigurationTestGenerator.php PSR-2/4 fixes 8 years ago
FilterTest.php Renamed classes for full PSR-2 compliance, some cleanup 8 years ago
I18nTest.php Renamed classes for full PSR-2 compliance, some cleanup 8 years ago
JsonApiTest.php Renamed classes for full PSR-2 compliance, some cleanup 8 years ago
ModelTest.php implemented Identicon library as new default for comment icons, made Vizhash an optional alternative, refactored Vizhash and removed string lenghtening 8 years ago
PrivateBinTest.php Renamed classes for full PSR-2 compliance, some cleanup 8 years ago
PrivateBinWithDbTest.php Renamed classes for full PSR-2 compliance, some cleanup 8 years ago
README.md renaming the fork to PrivateBin 8 years ago
RequestTest.php Renamed classes for full PSR-2 compliance, some cleanup 8 years ago
SjclTest.php Renamed classes for full PSR-2 compliance, some cleanup 8 years ago
ViewTest.php PSR-2/4 fixes 8 years ago
Vizhash16x16Test.php implemented Identicon library as new default for comment icons, made Vizhash an optional alternative, refactored Vizhash and removed string lenghtening 8 years ago
phpunit.xml Renamed classes for full PSR-2 compliance, some cleanup 8 years ago

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