setValue(3); $this->assertSame(3, $field->getValue()); $field->setValue('3'); $this->assertSame(3, $field->getValue()); } }