remove Options classes
[awesomized/ext-ion] / tests / Symbol / Table / Local.phpt
index 1aa7be59f25cb258859829e14d19039f5e42c7d5..163b32cd4bd02ac2ee3708a3dcf720f46f467f91 100644 (file)
@@ -6,7 +6,7 @@ ion
 TEST
 <?php
 
-$w = new ion\Writer\Buffer\Writer(new ion\Writer\Options(outputBinary: true));
+$w = new ion\Writer\Buffer\Writer(outputBinary: true);
 
 $w->writeSymbol("local1");
 $w->writeSymbol("local1");