X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FWriter%2FOptions.phpt;fp=tests%2FWriter%2FOptions.phpt;h=0000000000000000000000000000000000000000;hb=717c399364f77f606c1e07d515127ece31ccb878;hp=8f7e0ccf1264542d95c87c0beebae2a4e3b3ea6c;hpb=a34b502a9e2beb230de5b8bd78d1ea4bbead57cc;p=awesomized%2Fext-ion diff --git a/tests/Writer/Options.phpt b/tests/Writer/Options.phpt deleted file mode 100644 index 8f7e0cc..0000000 --- a/tests/Writer/Options.phpt +++ /dev/null @@ -1,157 +0,0 @@ ---TEST-- -ion\Writer\Options ---EXTENSIONS-- -ion ---FILE-- -TEST - -DONE ---EXPECTF-- -TEST -object(ion\Writer\Options)#%d (12) { - ["catalog"]=> - NULL - ["decimalContext"]=> - NULL - ["outputBinary"]=> - bool(false) - ["compactFloats"]=> - bool(false) - ["escapeNonAscii"]=> - bool(false) - ["prettyPrint"]=> - bool(false) - ["indentTabs"]=> - bool(true) - ["indentSize"]=> - int(2) - ["flushEveryValue"]=> - bool(false) - ["maxContainerDepth"]=> - int(10) - ["maxAnnotations"]=> - int(10) - ["tempBufferSize"]=> - int(16384) -} -object(ion\Writer\Options)#%d (12) { - ["catalog"]=> - NULL - ["decimalContext"]=> - NULL - ["outputBinary"]=> - bool(false) - ["compactFloats"]=> - bool(false) - ["escapeNonAscii"]=> - bool(false) - ["prettyPrint"]=> - bool(false) - ["indentTabs"]=> - bool(true) - ["indentSize"]=> - int(2) - ["flushEveryValue"]=> - bool(false) - ["maxContainerDepth"]=> - int(10) - ["maxAnnotations"]=> - int(10) - ["tempBufferSize"]=> - int(16384) -} -object(ion\Writer\Options)#%d (12) { - ["catalog"]=> - object(ion\Catalog)#%d (1) { - ["symbolTables":"ion\Catalog":private]=> - array(0) { - } - } - ["decimalContext"]=> - object(ion\Decimal\Context)#%d (5) { - ["digits"]=> - int(16) - ["eMax"]=> - int(384) - ["eMin"]=> - int(-383) - ["round"]=> - int(3) - ["clamp"]=> - bool(true) - } - ["outputBinary"]=> - bool(true) - ["compactFloats"]=> - bool(false) - ["escapeNonAscii"]=> - bool(false) - ["prettyPrint"]=> - bool(false) - ["indentTabs"]=> - bool(true) - ["indentSize"]=> - int(2) - ["flushEveryValue"]=> - bool(false) - ["maxContainerDepth"]=> - int(20) - ["maxAnnotations"]=> - int(10) - ["tempBufferSize"]=> - int(131072) -} -object(ion\Writer\Options)#%d (12) { - ["catalog"]=> - object(ion\Catalog)#%d (1) { - ["symbolTables":"ion\Catalog":private]=> - array(0) { - } - } - ["decimalContext"]=> - object(ion\Decimal\Context)#%d (5) { - ["digits"]=> - int(16) - ["eMax"]=> - int(384) - ["eMin"]=> - int(-383) - ["round"]=> - int(3) - ["clamp"]=> - bool(true) - } - ["outputBinary"]=> - bool(true) - ["compactFloats"]=> - bool(false) - ["escapeNonAscii"]=> - bool(false) - ["prettyPrint"]=> - bool(false) - ["indentTabs"]=> - bool(true) - ["indentSize"]=> - int(2) - ["flushEveryValue"]=> - bool(false) - ["maxContainerDepth"]=> - int(20) - ["maxAnnotations"]=> - int(10) - ["tempBufferSize"]=> - int(131072) -} -DONE