create(); DB::commit(); $result = PMFUpdateUser($user->USR_UID, $user->USR_USERNAME, 'John A.'); $this->assertEquals(0, $result); } }