From 76aaa26ada39cab8cd7c349cfdbe7718baef7c21 Mon Sep 17 00:00:00 2001 From: luanfreitasdev Date: Thu, 18 Apr 2024 13:02:49 -0300 Subject: [PATCH] Add todo tests --- tests/Feature/PersistTest.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/Feature/PersistTest.php diff --git a/tests/Feature/PersistTest.php b/tests/Feature/PersistTest.php new file mode 100644 index 000000000..45a3a3ae2 --- /dev/null +++ b/tests/Feature/PersistTest.php @@ -0,0 +1,13 @@ +tableName +}); + +todo('should be able to set persist_driver for cookies', function () { + # change config + + # assert session has cookie key: 'pg:' . $this->tableName +});