We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a465959 commit 59f994fCopy full SHA for 59f994f
lib/internal/Magento/Framework/Code/Test/Unit/Generator/ClassGeneratorTest.php
@@ -97,12 +97,6 @@ class ClassGeneratorTest extends \PHPUnit_Framework_TestCase
97
* @var array
98
*/
99
protected $_propertyData = [
100
- 'TEST_CONSTANT' => [
101
- 'name' => 'TEST_CONSTANT',
102
- 'const' => true,
103
- 'defaultValue' => 'default constant value',
104
- 'docblock' => ['shortDescription' => 'test description'],
105
- ],
106
'_protectedProperty' => [
107
'name' => '_protectedProperty',
108
'visibility' => 'protected',
0 commit comments