Curtis Farnham 62f5bc002f Fixing autoload and bootstrapping now that we have a runtime dependency; Making PHP version requirements consistent 8 years ago
..
RNCryptor 1ae6916b81 Fixing path names in unit tests for spec files 10 years ago
.gitignore 514df9b482 PHP impl code coverage files should not be versioned 11 years ago
README 721dfb8637 More tests; Cleaner versions of AES-CTR crypt routines; Documentation update 11 years ago
bootstrap.php 62f5bc002f Fixing autoload and bootstrapping now that we have a runtime dependency; Making PHP version requirements consistent 8 years ago
functions.php 0008f8daad Bugfix: Composer.json was not working; Updating code to use PHP namespaces; Reorganizing filesystem for better usability 10 years ago
install-local-phpunit.sh ff03abdb36 Adding PHPUnit test suite for PHP impl 11 years ago

README

RNCryptor PHP Tests
-------------------

Unit tests use PHPUnit. For convenience, a script is included to install a
local copy of it from PEAR. To install the local copy, run this:

# ./install-local-phpunit.sh

The file in this folder named "phpunit" is a symlink to the local
installation's PHPUnit executable. To run the tests, do this:

# ./phpunit