Skip to content

Commit 59f994f

Browse files
committed
MAGETWO-36750: Upgrade ZF2 to 2.4.0
Updated test to reflect that constants are not properties
1 parent a465959 commit 59f994f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/internal/Magento/Framework/Code/Test/Unit/Generator/ClassGeneratorTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ class ClassGeneratorTest extends \PHPUnit_Framework_TestCase
9797
* @var array
9898
*/
9999
protected $_propertyData = [
100-
'TEST_CONSTANT' => [
101-
'name' => 'TEST_CONSTANT',
102-
'const' => true,
103-
'defaultValue' => 'default constant value',
104-
'docblock' => ['shortDescription' => 'test description'],
105-
],
106100
'_protectedProperty' => [
107101
'name' => '_protectedProperty',
108102
'visibility' => 'protected',

0 commit comments

Comments
 (0)