fixes for travis

This commit is contained in:
David Bomba 2019-09-11 16:54:14 +10:00
parent ad2b73d26d
commit 6fc248ee51
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ use Tests\TestCase;
/** /**
* @test * @test
* @covers App\Listeners\Invoice\CreateInvoiceInvitations * @covers App\Models\InvoiceInvitation\InvoiceInvitationFactory
*/ */
class InvitationTest extends TestCase class InvitationTest extends TestCase

View File

@ -10,7 +10,7 @@ use Tests\TestCase;
/** /**
* @test * @test
* @covers App\Utils\Traits\MakesHash; * @covers App\Utils\Traits\MakesHash
*/ */
class PrimaryKeyTransformationTest extends TestCase class PrimaryKeyTransformationTest extends TestCase
{ {