Changeset 20075
- Timestamp:
- 09/28/08 08:31:25 (5 years ago)
- Location:
- events/phpframework/sabel/trunk
- Files:
-
- 2 modified
-
lib/Imanage.php (modified) (1 diff)
-
tests/unit/logics/User.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/sabel/trunk/lib/Imanage.php
r20074 r20075 1 1 <?php 2 2 3 Interface Imanage3 interface Imanage 4 4 { 5 5 /** -
events/phpframework/sabel/trunk/tests/unit/logics/User.php
r20074 r20075 63 63 $result = $logic->uploadIcon($user1->id, "image data"); 64 64 $this->isTrue($result->isSuccess()); 65 $this->eq(md5("image data") . ".gif", $result->aUser->image); 65 66 $this->eq(md5("image data") . ".gif", $this->getUser("test1")->image); 66 67 } 67 68
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)