From ed1bc146e13bfe1f89a15f44d3232b0f883a2b28 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Wed, 30 May 2018 00:54:54 +0900 Subject: [PATCH] Added Error import --- tests/ErrorsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ErrorsTest.php b/tests/ErrorsTest.php index 50ecbea..89ba84e 100644 --- a/tests/ErrorsTest.php +++ b/tests/ErrorsTest.php @@ -19,6 +19,7 @@ namespace Tests\Pipeline; +use PHPUnit\Framework\Error\Error; use PHPUnit\Framework\Error\Warning; use PHPUnit\Framework\TestCase; use Pipeline\Standard;