Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class tempTest extends TestCase |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * Holds an authenticator class |
||
20 | * |
||
21 | * @var UnionCloud |
||
22 | */ |
||
23 | public $unionCloud; |
||
24 | |||
25 | public function __construct($name = null, array $data = [], $dataName = '') |
||
26 | { |
||
27 | |||
28 | |||
29 | parent::__construct($name, $data, $dataName); |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * |
||
34 | */ |
||
35 | public function testSomething() |
||
38 | } |
||
39 | |||
40 | } |