Add a test for if a post has a tweet

This commit is contained in:
Oliver Davies 2020-06-26 19:43:58 +01:00
parent 3050b53d7d
commit d7aaeb0ca6
6 changed files with 100 additions and 1 deletions

View file

@ -4,8 +4,8 @@ declare(strict_types=1);
namespace Drupal\custom\Entity\Node;
use Drupal\node\Entity\Node;
use Drupal\discoverable_entity_bundle_classes\ContentEntityBundleInterface;
use Drupal\node\Entity\Node;
/**
* Defines an blog post node class.