From 83e344bc94ea0fb7cfa011136fd853978fd154ed Mon Sep 17 00:00:00 2001 From: Clemens Krack Date: Thu, 16 Jul 2020 17:33:04 +0200 Subject: [PATCH] test: add missing import --- tests/Sort/SortTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Sort/SortTest.php b/tests/Sort/SortTest.php index 8005a8d..cabaefc 100644 --- a/tests/Sort/SortTest.php +++ b/tests/Sort/SortTest.php @@ -4,6 +4,7 @@ namespace Tests\Sort; +use Exercises\Sort\Sort; use PHPUnit\Framework\TestCase; use ReflectionException; use Tests\GetReflectionMethod;