diff --git a/phpunit.xml b/phpunit.xml index 32524f8..03c0f13 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,16 +1,16 @@ diff --git a/tests/Unit/V1/RelationshipLinkTest.php b/tests/Unit/V1/RelationshipLinkTest.php index fcf58a1..bef28da 100644 --- a/tests/Unit/V1/RelationshipLinkTest.php +++ b/tests/Unit/V1/RelationshipLinkTest.php @@ -31,6 +31,8 @@ class RelationshipLinkTest extends TestCase { use HelperTrait; + private Accessable $relationship; + /** * @setup */