move PHP and System table enums to the Symbol ns
[awesomized/ext-ion] / tests / Writer.phpt
index 816803ca40f41384c337017fc3df4a9757302028..1a04a14385ac9ac341e6f35dc601f7f63683e85d 100644 (file)
@@ -55,7 +55,7 @@ $w->finishLob();
 echo "\n";
 $w->startContainer(ion\Type::Struct);
 $w->writeFieldName("prop");
-$w->writeAnnotation(ion\Symbol\Table\PHP::Property->toSymbol());
+$w->writeAnnotation(ion\Symbol\PHP::Property->toSymbol());
 $w->writeInt($w->getDepth());
 $w->writeFieldName(new ion\Symbol("priv"));
 $w->writeAnnotation("a","b","c");