public function testActiveRecordReloadUnsaved()
 {
     $model = new TestModel();
     $this->assertFalse($model->reload());
 }