Skip to content

Commit

Permalink
test(entityconfig): typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Nov 6, 2023
1 parent 1b0ed07 commit b084ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/3-unit/PluginFormcreatorEntityConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function testGetEnumDashboardVisibility() {
]);
}

public function testGvetEnumHomePage() {
public function testGetEnumHomePage() {
$output = \PluginFormcreatorEntityconfig::getEnumHomePage();
$this->array($output)->isEqualTo([
\PluginFormcreatorEntityconfig::CONFIG_PARENT => __('Inheritance of the parent entity'),
Expand Down

0 comments on commit b084ec0

Please sign in to comment.