Browse Source

Use `name` key when creating test content type.

pull/987/head
Rosie Le Faive 1 year ago committed by GitHub
parent
commit
8c5183b9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/src/Kernel/EventGeneratorTest.php

2
tests/src/Kernel/EventGeneratorTest.php

@ -49,7 +49,7 @@ class EventGeneratorTest extends IslandoraKernelTestBase {
$test_type = NodeType::create([
'type' => 'test_type',
'label' => 'Test Type',
'name' => 'Test Type',
]);
$test_type->save();

Loading…
Cancel
Save