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