mirror of
https://github.com/predis/predis.git
synced 2026-08-19 20:53:09 +00:00
10 lines
236 B
PHP
10 lines
236 B
PHP
<?php
|
|
|
|
if (!defined(__DIR__)) {
|
|
define('__DIR__', dirname(__FILE__));
|
|
}
|
|
|
|
require_once(__DIR__ . '/../lib/Predis.php');
|
|
require_once(__DIR__ . '/../lib/Predis_Compatibility.php');
|
|
require_once(__DIR__ . '/../test/PredisShared.php');
|