Skip to content

Commit

Permalink
Issue #27 - Add basic CRUD operation step definitions
Browse files Browse the repository at this point in the history
Add CRUD step definitions for block_content.
Todo: blockContentCreate() method.
  • Loading branch information
balintpekker committed Feb 15, 2021
1 parent 982916c commit 1d147d4
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/Drupal/AppContentEntitySetupTearDown.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected function cleanNewContentEntities()

if ($entityId === null) {
$storage->resetCache();
$storage->delete($storage->loadMultiple(NULL));
$storage->delete($storage->loadMultiple(null));

continue;
}
Expand Down
Loading

0 comments on commit 1d147d4

Please sign in to comment.