| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class LDAPFakeMember extends Member implements TestOnly |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var array |
||
| 13 | */ |
||
| 14 | private static $has_one = [ |
||
|
|
|||
| 15 | 'ProfileImage' => Image::class |
||
| 16 | ]; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * We don't actually want/need to change anything |
||
| 20 | * |
||
| 21 | * @return int|void |
||
| 22 | */ |
||
| 23 | public function write($showDebug = false, $forceInsert = false, $forceWrite = false, $writeComponents = false) |
||
| 28 |