summaryrefslogtreecommitdiffstats
path: root/tests/support/SessionController.php
blob: 6758419bf0105ba8173a790ccb557b2b7fbcb251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace Jasny\Controller;

use Jasny\Controller;

/**
 * Class for testing 'Session' trait
 */
abstract class SessionController extends Controller
{
    use Controller\Session;
}