Changeset 77799d8 in github for tests/vcards.php
- Timestamp:
- Apr 27, 2012 3:24:24 AM (14 months ago)
- Branches:
- release-0.7
- Children:
- 9899abc
- Parents:
- cba69dd
- File:
-
- 1 edited
-
tests/vcards.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/vcards.php
r0fbadeb r77799d8 45 45 46 46 $vcards = rcube_vcard::import($input); 47 47 48 48 $this->assertEqual(2, count($vcards), "Detected 2 vcards"); 49 49 $this->assertEqual("Apple Computer AG", $vcards[0]->displayname, "FN => displayname");
Note: See TracChangeset
for help on using the changeset viewer.
