コード例 #1
0
 public function testGet()
 {
     $obj = new TestObject();
     $obj->value = 234;
     $this->assertEquals(234, $obj->getValue());
 }