store([ 'config_key' => 'school_year', 'config_value' => '2025-2026', ]); $this->assertNotNull($config->id); $this->assertDatabaseHas('configuration', [ 'id' => $config->id, 'config_key' => 'school_year', ]); } }