Changeset 14652 for events/phpframework
- Timestamp:
- 06/26/08 22:25:02 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/specs/Phwittr/SpecCommon.php
r14371 r14652 64 64 $this->_foo->email = 'foo@example.com'; 65 65 $this->_foo->password = 'foopassword'; 66 $this->_foo->image = 'foo.jpg'; 66 67 $this->_foo->key = sha1('fookey'); 67 68 $this->_foo->flag = 1; … … 71 72 $this->_bar->email = 'bar@example.com'; 72 73 $this->_bar->password = 'barpassword'; 74 $this->_foo->image = 'bar.jpg'; 73 75 $this->_bar->key = sha1('barkey'); 74 76 $this->_bar->flag = 1; … … 78 80 $this->_baz->email = 'baz@example.com'; 79 81 $this->_baz->password = 'bazpassword'; 82 $this->_foo->image = 'baz.jpg'; 80 83 $this->_baz->key = sha1('bazkey'); 81 84 $this->_baz->flag = 1; 82 85 } 83 86 84 public function before() 85 { 86 Phwittr_Config::configurePieceORM('phwittr_test'); 87 } 87 public function before() { } 88 88 89 public function after() 89 public function after() { } 90 91 public function afterAll() 90 92 { 91 93 $mapper = Piece_ORM::getMapper('Users'); … … 105 107 $cache->clean(); 106 108 } 107 108 public function afterAll() {}109 109 110 110 /**#@-*/
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)