Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / tests / resources / create_unish_articles.php
diff --git a/vendor/drush/drush/tests/resources/create_unish_articles.php b/vendor/drush/drush/tests/resources/create_unish_articles.php
deleted file mode 100644 (file)
index de29bac..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-use Drupal\unish_article\Entity\UnishArticle;
-
-$article = UnishArticle::create();
-$article->setOwnerId(2);
-$article->setTitle('Unish wins.');
-$article->save();