Changeset 4048
- Timestamp:
- 03/19/08 15:20:08 (16 months ago)
- Files:
-
- 1 modified
-
branches/0.10/tests/CollectionTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/tests/CollectionTestCase.php
r4029 r4048 265 265 $coll->add($user); 266 266 267 $this->assertEqual($coll["name"], $user); 268 267 $this->assertTrue($coll["name"] === $user); 269 268 270 269 $this->connection->getTable("email")->setAttribute(Doctrine::ATTR_COLL_KEY,"address");