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