PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Andre Polykanine A.K.A. Menelion Elensúlë   Oire Base64   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Oire Base64
URL safe encoding and decoding of data with Base64
Author: By
Last change:
Date: 7 years ago
Size: 188 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <phpunit bootstrap="autoload.php"> <testsuites> <testsuite name="base64"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>