- Timestamp:
- 2013/02/18 19:09:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/test/class/helper/SC_Helper_DB_Test.php
r22206 r22567 33 33 * @version $Id$ 34 34 */ 35 class SC_Helper_DB_Test extends PHPUnit_Framework_TestCase { 35 class SC_Helper_DB_Test extends PHPUnit_Framework_TestCase 36 { 36 37 37 38 /** 38 39 * sfColumnExists() のテストケース. 39 40 */ 40 function testSfColumnExists() { 41 function testSfColumnExists() 42 { 41 43 $objDb = new SC_Helper_DB_Ex(); 42 44 $this->assertEquals(true, $objDb->sfColumnExists('mtb_zip', 'zipcode'));
Note: See TracChangeset
for help on using the changeset viewer.
