public function testAssociationUpdateCanBeDoneManually()
 {
     $testCase = new TestsCases\BaseTestCase();
     $associatedTestCase = new TestsCases\AssociationTestCase();
     $testCase->testPropertyAssociationUpdate($associatedTestCase);
     $this->assertEquals($testCase, $associatedTestCase->getInvertedOneToOneProperty());
 }