Allow specifying the expiration strategy tokens in any order (less error prone)

This commit is contained in:
Laurent Cozic
2017-11-26 16:59:29 +00:00
parent c608793b60
commit 2d0cb29bcb
6 changed files with 73283 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
use PHPUnit\Framework\TestCase;
class BaseTestCase extends TestCase {}