| Total Complexity | 2 | 
| Total Lines | 23 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 13 | final class MockPlugin implements ApiResourceFactoryProviderInterface, ApieAwareInterface  | 
            ||
| 14 | { | 
            ||
| 15 | use ApieAwareTrait;  | 
            ||
| 16 | |||
| 17 | private $ignoreList = [];  | 
            ||
| 18 | |||
| 19 | public function __construct(array $ignoreList = [])  | 
            ||
| 20 |     { | 
            ||
| 21 | $this->ignoreList = $ignoreList;  | 
            ||
| 22 | }  | 
            ||
| 23 | |||
| 24 | public function getApiResourceFactory(): ApiResourceFactoryInterface  | 
            ||
| 36 | );  | 
            ||
| 37 | }  | 
            ||
| 39 |