- Timestamp:
- 2011/07/05 14:35:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/test/class/helper/SC_Helper_DB_Test.php
r20764 r21015 42 42 $this->assertEquals(true, $objDb->sfColumnExists("mtb_zip", "zipcode")); 43 43 } 44 45 function testSfIndexExists() {46 $objDb = new SC_Helper_DB_Ex();47 $this->assertEquals(true, $objDb->sfIndexExists("dtb_products",48 "product_id",49 "dtb_products_pkey"));50 }51 44 } 52 45 ?>
Note: See TracChangeset
for help on using the changeset viewer.
