Skip to content

Commit

Permalink
Add todo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Apr 18, 2024
1 parent 020034c commit 76aaa26
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/Feature/PersistTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

todo('should be able to set persist_driver for session', function () {
# change config

# assert session has session key: 'pg:' . $this->tableName
});

todo('should be able to set persist_driver for cookies', function () {
# change config

# assert session has cookie key: 'pg:' . $this->tableName
});

0 comments on commit 76aaa26

Please sign in to comment.