PHP Classes

File: tests/phpunit-shim.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Sodium Compat   tests/phpunit-shim.php   Download  
File: tests/phpunit-shim.php
Role: Class source
Content type: text/plain
Description: Class source
Class: PHP Sodium Compat
Cryptographic functions of libsodium in pure PHP
Author: By
Last change:
Date: 4 years ago
Size: 149 bytes
 

Contents

Class file image Download
<?php
use PHPUnit\Framework\TestCase;

if (!
class_exists('PHPUnit_Framework_TestCase')) {
    class
PHPUnit_Framework_TestCase extends TestCase {}
}