| @@ 38-48 (lines=11) @@ | ||
| 35 | * |
|
| 36 | * @return array |
|
| 37 | */ |
|
| 38 | public function matchingConfigProvider() |
|
| 39 | { |
|
| 40 | return [ |
|
| 41 | [ |
|
| 42 | 'singleValue', |
|
| 43 | ['one', 'two', 'three'], |
|
| 44 | [123, 'nous irons au bois'], |
|
| 45 | 456, |
|
| 46 | ], |
|
| 47 | ]; |
|
| 48 | } |
|
| 49 | ||
| 50 | /** |
|
| 51 | * @covers \eZ\Publish\Core\MVC\RepositoryAware::setRepository |
|
| @@ 36-46 (lines=11) @@ | ||
| 33 | * |
|
| 34 | * @return array |
|
| 35 | */ |
|
| 36 | public function matchingConfigProvider() |
|
| 37 | { |
|
| 38 | return [ |
|
| 39 | [ |
|
| 40 | 'singleValue', |
|
| 41 | ['one', 'two', 'three'], |
|
| 42 | [123, 'nous irons au bois'], |
|
| 43 | 456, |
|
| 44 | ], |
|
| 45 | ]; |
|
| 46 | } |
|
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \eZ\Publish\Core\MVC\RepositoryAware::setRepository |
|