| Total Complexity | 6 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 4 | class SessionTest extends TestCase |
||
| 5 | { |
||
| 6 | |||
| 7 | public static function setUpBeforeClass() |
||
| 8 | { |
||
| 9 | |||
| 10 | } |
||
| 11 | |||
| 12 | public static function tearDownAfterClass() |
||
| 14 | |||
| 15 | } |
||
| 16 | |||
| 17 | |||
| 18 | protected function setUp() |
||
| 19 | { |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function tearDown() |
||
| 24 | } |
||
| 25 | |||
| 26 | // tests |
||
| 27 | public function testSomeFeature() |
||
| 31 | } |
||
| 32 | |||
| 33 | public function testExc(){ |
||
| 36 | } |