コード例 #1
0
 function testBelongsTo()
 {
     //print "\n article.user_id : " . $this->article['user_id'] . "\n";
     //print ' user id : ' . $this->user['_id'];
     $assertions = $this->articleManager->belongsTo($this->article['_id'], $this->user['_id']);
     # should be true
     $this->assertTrue($assertions);
 }