Changeset 4706 for branches/1.0/tests/Ticket/1250TestCase.php
- Timestamp:
- 07/23/08 22:21:13 (6 months ago)
- Files:
-
- 1 modified
-
branches/1.0/tests/Ticket/1250TestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/tests/Ticket/1250TestCase.php
r4688 r4706 40 40 try { 41 41 $r = new Doctrine_Ticket_1250_i18n(); 42 // This is needed since all fields are internationalized. 43 // Reason for not fixing that is BC. Manual describes this behavior very well 44 $r->state('TDIRTY'); 42 45 $r->Translation['en']->title = 'Title in english'; 43 46 $r->Translation['en']->content = 'Content in english';