*/ class InviteTest extends AbstractTestCase { public function testValidation() { $this->assertClassNotHasAttribute('rules', Invite::class); } }