foreign_keys()->create(); // Force commit for propel DB::commit(); $result = PMFAddCaseNote($table->APP_UID, $table->PRO_UID, $table->TAS_UID, $table->USR_UID, 'note'); $this->assertTrue($result >= 0); } }