示例#1
0
 public function testIsToMany()
 {
     $r = new ManyMany();
     $this->assertTrue($r->isToMany());
 }