diff options
Diffstat (limited to 'tests/jsonapi')
| -rw-r--r-- | tests/jsonapi/StructuralElementsShowTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonapi/StructuralElementsShowTest.php b/tests/jsonapi/StructuralElementsShowTest.php index 4873aae..c42e88f 100644 --- a/tests/jsonapi/StructuralElementsShowTest.php +++ b/tests/jsonapi/StructuralElementsShowTest.php @@ -68,7 +68,7 @@ class StructuralElementsShowTest extends \Codeception\Test\Unit 'range_type' => $root['range_type'], 'owner_id' => $root['owner_id'], 'editor_id' => $root['editor_id'], - 'title' => _('neue Seite'), + 'title' => _('Neue Seite'), ]); $root->children[] = $child; |
