mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
update PHP dependencies
This commit is contained in:
parent
65d8f896c7
commit
30c8d97517
6 changed files with 185 additions and 113 deletions
14
vendor/paragonie/random_compat/phpunit-autoload.php
vendored
Normal file
14
vendor/paragonie/random_compat/phpunit-autoload.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
require_once __DIR__ . '/psalm-autoload.php';
|
||||
|
||||
/**
|
||||
* This is necessary for PHPUnit on PHP >= 5.3
|
||||
*
|
||||
* Class PHPUnit_Framework_TestCase
|
||||
*/
|
||||
if (PHP_VERSION_ID >= 50300) {
|
||||
if (!class_exists('PHPUnit_Framework_TestCase')) {
|
||||
require_once __DIR__ . '/other/phpunit-shim.php';
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue