Example #1
0
 public function testSetValue()
 {
     $value = '/foo/fi.txt';
     $this->object->setValue($value);
     $this->assertEquals($value, $this->readAttribute($this->object, 'value'));
 }