Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Plugin / Fixtures / InheritedContextDefinition.php
diff --git a/web/core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php b/web/core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php
new file mode 100644 (file)
index 0000000..f1b9839
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\Core\Plugin\Fixtures;
+
+use Drupal\Core\Plugin\Context\ContextDefinition;
+
+/**
+ * Inherited class used for testing.
+ *
+ * @see \Drupal\Tests\Core\Plugin\Context\ContextDefinitionIsSatisfiedTest
+ */
+class InheritedContextDefinition extends ContextDefinition {}