public function testConstraintsValidationCanBeDisabledManually()
 {
     $testCase = new TestsCases\BaseTestCase();
     $testCase->setPropertiesConstraintsValidationDisabled();
     $testCase->setConstrainedProperty("a");
 }