Beispiel #1
0
 public function testLongString()
 {
     $this->assertEquals('one', $this->object->valueAsLongString());
     $this->object->set('c');
     $this->assertEquals('three', $this->object->valueAsLongString());
 }