public function testConstraintsValidationAllowsCorrectValues()
 {
     $testCase = new TestsCases\BaseTestCase();
     $testCase->setConstrainedProperty(50);
     $this->assertEquals(50, $testCase->getConstrainedProperty());
 }