TestSSOStateEntity
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 2
Bugs 0 Features 1
Metric Value
wmc 0
c 2
b 0
f 1
lcom 0
cbo 0
dl 0
loc 4
1
<?php
2
3
namespace AerialShip\SamlSPBundle\Tests\DependencyInjection;
4
5
use AerialShip\SamlSPBundle\Model\SSOState;
6
7
class TestSSOStateEntity extends SSOState
8
{
9
10
}
11