mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-18 20:02:58 +02:00
Added missing @covers annotations
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Tests;
|
||||
|
||||
/** @covers \App\Config */
|
||||
class ConfigTest extends TestCase
|
||||
{
|
||||
public function test_it_can_retrieve_a_preset_configuration_value(): void
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user