diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index d121ced..467f9bf 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -2,6 +2,7 @@ namespace Tests; +/** @covers \App\Config */ class ConfigTest extends TestCase { public function test_it_can_retrieve_a_preset_configuration_value(): void diff --git a/tests/ViewFunctions/ModifiedTimeTest.php b/tests/ViewFunctions/ModifiedTimeTest.php index 29abf1f..b77fe4b 100644 --- a/tests/ViewFunctions/ModifiedTimeTest.php +++ b/tests/ViewFunctions/ModifiedTimeTest.php @@ -6,6 +6,7 @@ use App\ViewFunctions\ModifiedTime; use Symfony\Component\Finder\SplFileInfo; use Tests\TestCase; +/** @covers \App\ViewFunctions\ModifiedTime */ class ModifiedTimeTest extends TestCase { public function test_it_can_return_the_modified_time_for_a_file(): void