@group DCOM-38
public function testCastInt() { $parser = $this ->createTestParser(); $result = $parser ->parse("@Name(foo=1234)"); $annot = $result[0]; $this ->assertInternalType('int', $annot->foo); }