bootstrap.php 237 B

123456789
  1. <?php
  2. if (!@defined(__DIR__)) {
  3. define('__DIR__', dirname(__FILE__));
  4. }
  5. require_once(__DIR__ . '/../lib/Predis.php');
  6. require_once(__DIR__ . '/../lib/Predis_Compatibility.php');
  7. require_once(__DIR__ . '/../test/PredisShared.php');