'1', 'nom' => 'CNRS', ], [ 'id' => '2', 'nom' => 'UPS', ], [ 'id' => '3', 'nom' => 'Ird', ], ]; $table = $this->table('organismes'); $table->insert($data)->save(); } }