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