From a6ef1186bf5003b6e9868eb96ab36d079407b3a9 Mon Sep 17 00:00:00 2001
From: Pavel Bystritsky
Date: Tue, 2 Apr 2019 15:03:07 +0300
Subject: [PATCH] magento/magento2#21767: Static test fix.
---
.../Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/internal/Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php b/lib/internal/Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php
index b339ed55bf691..e6ec123823854 100644
--- a/lib/internal/Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php
+++ b/lib/internal/Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php
@@ -5,6 +5,9 @@
*/
namespace Magento\Framework\Event\Test\Unit\Invoker;
+/**
+ * Test for Magento\Framework\Event\Invoker\InvokerDefault.
+ */
class InvokerDefaultTest extends \PHPUnit\Framework\TestCase
{
/**