Пример #1
0
 public function testGetPrefix()
 {
     $r = PreparedUsers::findById(1);
     $this->assertNull($r->getPrefix());
 }