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;