Total Complexity | 1 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | abstract class AbstractHydratorTestCase extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | use ConfigurationTrait { |
||
10 | getDefaultUserConfig as parentGetDefaultUserConfig; |
||
11 | } |
||
12 | use HydratorInterfaceTestTrait; |
||
13 | |||
14 | /** |
||
15 | * Returns default configuration for User subtree. |
||
16 | * |
||
17 | * Same as service parameter `dol_ldap.ldap_manager.parameters` |
||
18 | * |
||
19 | * @return array |
||
20 | */ |
||
21 | protected function getDefaultUserConfig() |
||
32 |