Development

Changeset 2865

You must first sign up to be able to contribute.

Changeset 2865

Show
Ignore:
Timestamp:
11/29/06 12:58:38 (2 years ago)
Author:
fabien
Message:

added sqlite test for sfSQLiteCache unit tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/unit/cache/sfSQLiteCacheTest.php

    r2785 r2865  
    1212require_once(dirname(__FILE__).'/sfCacheDriverTests.class.php'); 
    1313 
     14if (!extension_loaded('SQLite')) 
     15{ 
     16  return; 
     17} 
     18 
    1419$t = new lime_test(36, new lime_output_color()); 
    1520