diff options
| author | Laurent Cozic <laurent@cozic.net> | 2017-11-26 16:59:29 +0000 |
|---|---|---|
| committer | Laurent Cozic <laurent@cozic.net> | 2017-11-26 16:59:29 +0000 |
| commit | 2d0cb29bcb88104e44d04aeb2860cbaf25cd32cd (patch) | |
| tree | e13739b6ffca0f6d5b12551f1b67c7811beb2e3b /tests/BaseTestCase.php | |
| parent | c608793b60ced689caacded09b6da21ffa643c16 (diff) | |
Allow specifying the expiration strategy tokens in any order (less error prone)
Diffstat (limited to 'tests/BaseTestCase.php')
| -rw-r--r-- | tests/BaseTestCase.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/BaseTestCase.php b/tests/BaseTestCase.php new file mode 100644 index 0000000..a309be7 --- /dev/null +++ b/tests/BaseTestCase.php @@ -0,0 +1,5 @@ +<?php + +use PHPUnit\Framework\TestCase; + +class BaseTestCase extends TestCase {}
\ No newline at end of file |
