Skip to content

Commit

Permalink
Update GeneratorExtension.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Jan 31, 2024
1 parent 3e79ba9 commit 8116a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Generator/DI/GeneratorExtension.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TestGeneratorExtension extends TestCase
primaryKey: primaryKeyName
columnInfo: true
constant: true
constantLength: true
constantSize: true
constantPrefix: Column
references: true
suffix: Entity
Expand All @@ -52,7 +52,7 @@ class TestGeneratorExtension extends TestCase
# generator data class
pathDataClass: data
constantDataClass: true
constantLengthDataClass: true
constantSizeDataClass: true
constantDataPrefix: Form
referencesDataClass: true
suffixDataClass: Data
Expand Down

0 comments on commit 8116a9f

Please sign in to comment.