1 | <?php |
||
25 | abstract class FoundationSessionAtoum extends VanillaSessionAtoum |
||
26 | { |
||
27 | /** |
||
28 | * createSessionBuilder |
||
29 | * |
||
30 | * Override VanillaSessionAtoum to return a Foundation Session builder. |
||
31 | * |
||
32 | * @param array $configuration |
||
33 | * @return SessionBuilder |
||
34 | */ |
||
35 | protected function createSessionBuilder(array $configuration) |
||
39 | } |
||
40 |