1, 'operation' => 'Depense', ], [ 'id' => 2, 'operation' => 'Recette', ], ]; $table = $this->table('compta_operation'); $table->truncate(); $table ->insert($data) ->save(); } }