File tree 2 files changed +2
-5
lines changed
app/code/Magento/ConfigurableProduct/sql/configurableproduct_setup
dev/tests/unit/testsuite/Magento/ConfigurableProduct/Model/Product/Type
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
*
4
- * @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
4
+ * Copyright © 2015 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
5
6
*/
6
7
7
8
$ installer = $ this ;
Original file line number Diff line number Diff line change @@ -254,7 +254,6 @@ public function testCanUseAttribute()
254
254
[
255
255
'getIsGlobal ' ,
256
256
'getIsVisible ' ,
257
- 'getIsConfigurable ' ,
258
257
'usesSource ' ,
259
258
'getIsUserDefined ' ,
260
259
'__wakeup ' ,
@@ -270,9 +269,6 @@ public function testCanUseAttribute()
270
269
$ attribute ->expects ($ this ->once ())
271
270
->method ('getIsVisible ' )
272
271
->will ($ this ->returnValue (1 ));
273
- $ attribute ->expects ($ this ->once ())
274
- ->method ('getIsConfigurable ' )
275
- ->will ($ this ->returnValue (1 ));
276
272
$ attribute ->expects ($ this ->once ())
277
273
->method ('usesSource ' )
278
274
->will ($ this ->returnValue (1 ));
You can’t perform that action at this time.
0 commit comments