From 4dfc02c5dad428f34ee560d21060f1dde21fb7c4 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 13 Aug 2021 11:19:03 +0100 Subject: [PATCH] Refactor --- src/Repositories/TestRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Repositories/TestRepository.php b/src/Repositories/TestRepository.php index 305e8752..c3fe2877 100644 --- a/src/Repositories/TestRepository.php +++ b/src/Repositories/TestRepository.php @@ -45,7 +45,7 @@ final class TestRepository } /** - * Returns the filename of each test that should be run in the suite. + * Returns the filename of each test that should be executed in the suite. * * @return array */