public function testDirectMethodCanBeCalled()
 {
     $testCase = new TestsCases\BaseTestCase();
     $testCase->setCallProperty(42);
     $this->assertEquals(42, $testCase->callProperty());
 }