Example #1
0
 public function testGetScopes()
 {
     $this->_storeManagerMock->expects($this->once())->method('getStores');
     $this->_object->getScopes();
 }
 public function testGetScopes()
 {
     $this->scopeResolverMock->expects($this->once())->method('getScopes');
     $this->_object->getScopes();
 }