assertBaseQuery($sut, 'name'); $this->assertInstanceOf(VisibilityInterface::class, $sut); $this->assertCustomer($sut); $this->assertProject($sut); $this->assertResetByFormError(new ActivityQuery(), 'name'); } }