public function testReadWrite()
 {
     $since = new SinceTag('1.0 baz');
     $this->assertEquals('@since 1.0 baz', $since->toString());
 }