/**
  * Tests MyValidator->__construct()
  */
 public function test__construct()
 {
     // TODO Auto-generated SecondDayMyValidatorTest->test__construct()
     $this->markTestIncomplete("__construct test not implemented");
     $this->MyValidator->__construct();
 }