Changeset 12945 for events/phpframework/piece_framework/trunk/specs
- Timestamp:
- 06/01/08 00:32:03 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/specs/Phwittr/StatusUpdateSpec.php
r12936 r12945 54 54 public function itいま何をしているか発言できる() 55 55 { 56 $this->_create FooUserRecord();56 $this->_createUserRecord($this->_foo); 57 57 58 58 $mapper = Piece_ORM::getMapper('Users'); … … 76 76 public function itコメントの先頭に「@ユーザ名」とつけるとReply扱い() 77 77 { 78 $this->_create FooUserRecord();79 $this->_create BarUserRecord();78 $this->_createUserRecord($this->_foo); 79 $this->_createUserRecord($this->_bar); 80 80 81 81 $mapper = Piece_ORM::getMapper('Users'); … … 100 100 public function itコメント内の「@ユーザ名」が有効なのは先頭だけ() 101 101 { 102 $this->_create FooUserRecord();103 $this->_create BarUserRecord();102 $this->_createUserRecord($this->_foo); 103 $this->_createUserRecord($this->_bar); 104 104 105 105 $mapper = Piece_ORM::getMapper('Users'); … … 124 124 public function itコメント内の「@ユーザ名」が複数あっても先頭のものしか有効にならない() 125 125 { 126 $this->_create FooUserRecord();127 $this->_create BarUserRecord();128 $this->_create BazUserRecord();126 $this->_createUserRecord($this->_foo); 127 $this->_createUserRecord($this->_bar); 128 $this->_createUserRecord($this->_baz); 129 129 130 130 $mapper = Piece_ORM::getMapper('Users');
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)