From 6fc248ee51ffe98c0a7c438baf40feb2ea3812a8 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 11 Sep 2019 16:54:14 +1000 Subject: [PATCH] fixes for travis --- tests/Feature/InvitationTest.php | 2 +- tests/Unit/PrimaryKeyTransformationTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Feature/InvitationTest.php b/tests/Feature/InvitationTest.php index 3374146a91fd..cac521e6ce90 100644 --- a/tests/Feature/InvitationTest.php +++ b/tests/Feature/InvitationTest.php @@ -27,7 +27,7 @@ use Tests\TestCase; /** * @test - * @covers App\Listeners\Invoice\CreateInvoiceInvitations + * @covers App\Models\InvoiceInvitation\InvoiceInvitationFactory */ class InvitationTest extends TestCase diff --git a/tests/Unit/PrimaryKeyTransformationTest.php b/tests/Unit/PrimaryKeyTransformationTest.php index 3bcd594cfabe..34c718c050cb 100644 --- a/tests/Unit/PrimaryKeyTransformationTest.php +++ b/tests/Unit/PrimaryKeyTransformationTest.php @@ -10,7 +10,7 @@ use Tests\TestCase; /** * @test - * @covers App\Utils\Traits\MakesHash; + * @covers App\Utils\Traits\MakesHash */ class PrimaryKeyTransformationTest extends TestCase {