Changeset 4996
- Timestamp:
- 09/26/08 21:30:51 (3 months ago)
- Files:
-
- 1 modified
-
branches/1.0/tests/Ticket/1395TestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/tests/Ticket/1395TestCase.php
r4994 r4996 52 52 try { 53 53 $myModel = $this->conn->getTable('T1395_MyModel')->find(0); 54 print_r($myModel->toArray(true));55 exit;56 54 $this->assertTrue(isset($myModel->dt_created)); 57 55 $this->assertTrue(isset($myModel->days_old)); // This is a calculated field from within the T1395_Listener::preHydrate