Adding tests

This commit is contained in:
Tim Smith
2023-05-06 08:43:19 +01:00
parent 963b7f43ab
commit 477492fdd2
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace Tests\Fixtures\Covers;
trait CoversTrait
{
}