Ejemplo n.º 1
0
 public function testInitializeAnnotationWorks()
 {
     $testCase = new TestsCases\BaseTestCase();
     $this->assertEquals(1, $testCase->getInitializedIntProperty());
 }