Beispiel #1
0
 public function testIsMethodCanBeCalled()
 {
     $testCase = new TestsCases\BaseTestCase();
     $testCase->setBooleanProperty(true);
     $this->assertEquals(true, $testCase->isBooleanProperty());
 }