PHP Classes

File: phpunit.sh

Recommend this page to a friend!
  Classes of Scott Arciszewski   Easy PHP RSA Library   phpunit.sh   Download  
File: phpunit.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP RSA Library
RSA data encryption and decryption using phpseclib
Author: By
Last change:
Date: 3 years ago
Size: 100 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash vendor/bin/phpunit test if [ $? -ne 0 ]; then # Test failure exit 1 fi