| 1 | <?php  | 
            ||
| 21 | class ChannelContext implements Context  | 
            ||
| 22 | { | 
            ||
| 23 | /**  | 
            ||
| 24 | * @var DefaultStoreDataInterface  | 
            ||
| 25 | */  | 
            ||
| 26 | private $defaultFranceChannelFactory;  | 
            ||
| 27 | |||
| 28 | /**  | 
            ||
| 29 | * @var SharedStorageInterface  | 
            ||
| 30 | */  | 
            ||
| 31 | private $sharedStorage;  | 
            ||
| 32 | |||
| 33 | /**  | 
            ||
| 34 | * @param DefaultStoreDataInterface $defaultFranceChannelFactory  | 
            ||
| 35 | * @param SharedStorageInterface $sharedStorage  | 
            ||
| 36 | */  | 
            ||
| 37 | public function __construct(  | 
            ||
| 44 | |||
| 45 | /**  | 
            ||
| 46 | * @Given the store is operating on a single "France" channel  | 
            ||
| 47 | */  | 
            ||
| 48 | public function thatStoreIsOperatingOnASingleFranceChannel()  | 
            ||
| 53 | }  | 
            ||
| 54 |