updated plugin WP Mail SMTP
version 2.5.0
This commit is contained in:
14
wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/phpunit-autoload.php
vendored
Normal file
14
wp-content/plugins/wp-mail-smtp/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';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user