Example #1
0
 public function testCanSetAndGetValue()
 {
     $this->field->setValue(123);
     $this->assertEquals(123, $this->field->getValue());
 }