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 +});